/**
 * 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 { PtsV2PaymentsPost201Response1PaymentInformationBank } from './pts-v2-payments-post201-response1-payment-information-bank';
import { PtsV2PaymentsPost201Response1PaymentInformationPaymentType } from './pts-v2-payments-post201-response1-payment-information-payment-type';
import { Ptsv2refreshpaymentstatusidPaymentInformationCustomer } from './ptsv2refreshpaymentstatusid-payment-information-customer';
/**
 *
 * @export
 * @interface PtsV2PaymentsPost201Response1PaymentInformation
 */
export interface PtsV2PaymentsPost201Response1PaymentInformation {
    /**
     *
     * @type {PtsV2PaymentsPost201Response1PaymentInformationPaymentType}
     * @memberof PtsV2PaymentsPost201Response1PaymentInformation
     */
    paymentType?: PtsV2PaymentsPost201Response1PaymentInformationPaymentType;
    /**
     *
     * @type {Ptsv2refreshpaymentstatusidPaymentInformationCustomer}
     * @memberof PtsV2PaymentsPost201Response1PaymentInformation
     */
    customer?: Ptsv2refreshpaymentstatusidPaymentInformationCustomer;
    /**
     *
     * @type {PtsV2PaymentsPost201Response1PaymentInformationBank}
     * @memberof PtsV2PaymentsPost201Response1PaymentInformation
     */
    bank?: PtsV2PaymentsPost201Response1PaymentInformationBank;
}
