@paciolan/cybersource-sdk
Version:
CyberSource REST API Typescript SDK
32 lines (31 loc) • 1.4 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.
*/
import { Ptsv2billingagreementsPaymentInformationPaymentTypeMethod } from './ptsv2billingagreements-payment-information-payment-type-method';
/**
*
* @export
* @interface Ptsv2billingagreementsPaymentInformationPaymentType
*/
export interface Ptsv2billingagreementsPaymentInformationPaymentType {
/**
*
* @type {Ptsv2billingagreementsPaymentInformationPaymentTypeMethod}
* @memberof Ptsv2billingagreementsPaymentInformationPaymentType
*/
method?: Ptsv2billingagreementsPaymentInformationPaymentTypeMethod;
/**
* 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: - `EWALLET` - `directDebitSepa` - `directDebitBacs` #### SEPA/BACS Required for mandates services #### Paypal Required for billing agreements
* @type {string}
* @memberof Ptsv2billingagreementsPaymentInformationPaymentType
*/
name?: string;
}