/**
 * 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 { PtsV2PaymentsPost201ResponsePaymentInformationBankAccount } from './pts-v2-payments-post201-response-payment-information-bank-account';
/**
 *
 * @export
 * @interface PtsV2PaymentsPost201ResponsePaymentInformationBank
 */
export interface PtsV2PaymentsPost201ResponsePaymentInformationBank {
    /**
     *
     * @type {PtsV2PaymentsPost201ResponsePaymentInformationBankAccount}
     * @memberof PtsV2PaymentsPost201ResponsePaymentInformationBank
     */
    account?: PtsV2PaymentsPost201ResponsePaymentInformationBankAccount;
    /**
     * Corrected account number from the ACH verification service.  For details, see `ecp_debit_corrected_routing_number` or `ecp_credit_corrected_routing_number` reply field descriptions in the [Electronic Check Services Using the SCMP API Guide.](https://apps.cybersource.com/library/documentation/dev_guides/EChecks_SCMP_API/html/)
     * @type {string}
     * @memberof PtsV2PaymentsPost201ResponsePaymentInformationBank
     */
    correctedRoutingNumber?: string;
}
