@paciolan/cybersource-sdk
Version:
CyberSource REST API Typescript SDK
37 lines (36 loc) • 1.7 kB
TypeScript
/**
* CyberSource Merged Spec
* All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html
*
* OpenAPI spec version: 0.0.1
*
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*/
/**
*
* @export
* @interface TssV2TransactionsGet200ResponsePaymentInformationPaymentType
*/
export interface TssV2TransactionsGet200ResponsePaymentInformationPaymentType {
/**
* A Payment Type is an agreed means for a payee to receive legal tender from a payer. The way one pays for a commercial financial transaction. Examples: Card, Bank Transfer, Digital, Direct Debit. Possible values: - `CARD` (use this for a PIN debit transaction) - `CHECK` (use this for all eCheck payment transactions - ECP Debit, ECP Follow-on Credit, ECP StandAlone Credit) - `bankTransfer` (use for Online Bank Transafer for methods such as P24, iDeal, Estonia Bank, KCP) - `localCard` (KCP Local card via Altpay) - `carrierBilling` (KCP Carrier Billing via Altpay)
* @type {string}
* @memberof TssV2TransactionsGet200ResponsePaymentInformationPaymentType
*/
name?: string;
/**
* Indicates the payment type used in this payment transaction. Example: credit card, check
* @type {string}
* @memberof TssV2TransactionsGet200ResponsePaymentInformationPaymentType
*/
type?: string;
/**
* Indicates the payment method used in this payment transaction.
* @type {string}
* @memberof TssV2TransactionsGet200ResponsePaymentInformationPaymentType
*/
method?: string;
}