UNPKG

@paciolan/cybersource-sdk

Version:
31 lines (30 loc) 1.47 kB
/** * 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 Ptsv2paymentreferencesPaymentInformationBankAccount */ export interface Ptsv2paymentreferencesPaymentInformationBankAccount { /** * Account number. When processing encoded account numbers, use this field for the encoded account number. * @type {string} * @memberof Ptsv2paymentreferencesPaymentInformationBankAccount */ number?: string; /** * International Bank Account Number (IBAN) for the bank account. For some countries you can provide this number instead of the traditional bank account information. You can use this field only when scoring a direct debit transaction. For all possible values, see the `bank_iban` field description in the _Decision Manager Using the SCMP API Developer Guide_ on the [CyberSource Business Center.](https://ebc2.cybersource.com/ebc2/) Click **Decision Manager** > **Documentation** > **Guides** > _Decision Manager Using the SCMP API Developer Guide_ (PDF link). * @type {string} * @memberof Ptsv2paymentreferencesPaymentInformationBankAccount */ iban?: string; }