/**
 * 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 { Ptsv2refreshpaymentstatusidPaymentInformationCustomer } from './ptsv2refreshpaymentstatusid-payment-information-customer';
import { TssV2TransactionsPost201ResponseEmbeddedPaymentInformationBank } from './tss-v2-transactions-post201-response-embedded-payment-information-bank';
import { TssV2TransactionsPost201ResponseEmbeddedPaymentInformationCard } from './tss-v2-transactions-post201-response-embedded-payment-information-card';
import { TssV2TransactionsPost201ResponseEmbeddedPaymentInformationPaymentType } from './tss-v2-transactions-post201-response-embedded-payment-information-payment-type';
/**
 *
 * @export
 * @interface TssV2TransactionsPost201ResponseEmbeddedPaymentInformation
 */
export interface TssV2TransactionsPost201ResponseEmbeddedPaymentInformation {
    /**
     *
     * @type {TssV2TransactionsPost201ResponseEmbeddedPaymentInformationPaymentType}
     * @memberof TssV2TransactionsPost201ResponseEmbeddedPaymentInformation
     */
    paymentType?: TssV2TransactionsPost201ResponseEmbeddedPaymentInformationPaymentType;
    /**
     *
     * @type {Ptsv2refreshpaymentstatusidPaymentInformationCustomer}
     * @memberof TssV2TransactionsPost201ResponseEmbeddedPaymentInformation
     */
    customer?: Ptsv2refreshpaymentstatusidPaymentInformationCustomer;
    /**
     *
     * @type {TssV2TransactionsPost201ResponseEmbeddedPaymentInformationCard}
     * @memberof TssV2TransactionsPost201ResponseEmbeddedPaymentInformation
     */
    card?: TssV2TransactionsPost201ResponseEmbeddedPaymentInformationCard;
    /**
     *
     * @type {TssV2TransactionsPost201ResponseEmbeddedPaymentInformationBank}
     * @memberof TssV2TransactionsPost201ResponseEmbeddedPaymentInformation
     */
    bank?: TssV2TransactionsPost201ResponseEmbeddedPaymentInformationBank;
}
