UNPKG

@paciolan/cybersource-sdk

Version:
25 lines (24 loc) 1.02 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 PtsV2PaymentsPost201ResponsePaymentInformationBankAccount */ export interface PtsV2PaymentsPost201ResponsePaymentInformationBankAccount { /** * Corrected account number from the ACH verification service. For details, see `ecp_debit_corrected_account_number` or `ecp_credit_corrected_account_number` field descriptions in [Electronic Check Services Using the SCMP API.](https://apps.cybersource.com/library/documentation/dev_guides/EChecks_SCMP_API/html/) * @type {string} * @memberof PtsV2PaymentsPost201ResponsePaymentInformationBankAccount */ correctedAccountNumber?: string; }