/**
 * 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 { Ptsv2billingagreementsAggregatorInformation } from './ptsv2billingagreements-aggregator-information';
import { Ptsv2billingagreementsAgreementInformation } from './ptsv2billingagreements-agreement-information';
import { Ptsv2billingagreementsBuyerInformation } from './ptsv2billingagreements-buyer-information';
import { Ptsv2billingagreementsClientReferenceInformation } from './ptsv2billingagreements-client-reference-information';
import { Ptsv2billingagreementsConsumerAuthenticationInformation } from './ptsv2billingagreements-consumer-authentication-information';
import { Ptsv2billingagreementsDeviceInformation } from './ptsv2billingagreements-device-information';
import { Ptsv2billingagreementsInstallmentInformation } from './ptsv2billingagreements-installment-information';
import { Ptsv2billingagreementsMerchantInformation } from './ptsv2billingagreements-merchant-information';
import { Ptsv2billingagreementsOrderInformation } from './ptsv2billingagreements-order-information';
import { Ptsv2billingagreementsPaymentInformation } from './ptsv2billingagreements-payment-information';
import { Ptsv2billingagreementsProcessingInformation } from './ptsv2billingagreements-processing-information';
/**
 *
 * @export
 * @interface V2BillingagreementsBody
 */
export interface V2BillingagreementsBody {
    /**
     *
     * @type {Ptsv2billingagreementsAgreementInformation}
     * @memberof V2BillingagreementsBody
     */
    agreementInformation?: Ptsv2billingagreementsAgreementInformation;
    /**
     *
     * @type {Ptsv2billingagreementsClientReferenceInformation}
     * @memberof V2BillingagreementsBody
     */
    clientReferenceInformation?: Ptsv2billingagreementsClientReferenceInformation;
    /**
     *
     * @type {Ptsv2billingagreementsAggregatorInformation}
     * @memberof V2BillingagreementsBody
     */
    aggregatorInformation?: Ptsv2billingagreementsAggregatorInformation;
    /**
     *
     * @type {Ptsv2billingagreementsConsumerAuthenticationInformation}
     * @memberof V2BillingagreementsBody
     */
    consumerAuthenticationInformation?: Ptsv2billingagreementsConsumerAuthenticationInformation;
    /**
     *
     * @type {Ptsv2billingagreementsDeviceInformation}
     * @memberof V2BillingagreementsBody
     */
    deviceInformation?: Ptsv2billingagreementsDeviceInformation;
    /**
     *
     * @type {Ptsv2billingagreementsInstallmentInformation}
     * @memberof V2BillingagreementsBody
     */
    installmentInformation?: Ptsv2billingagreementsInstallmentInformation;
    /**
     *
     * @type {Ptsv2billingagreementsMerchantInformation}
     * @memberof V2BillingagreementsBody
     */
    merchantInformation?: Ptsv2billingagreementsMerchantInformation;
    /**
     *
     * @type {Ptsv2billingagreementsOrderInformation}
     * @memberof V2BillingagreementsBody
     */
    orderInformation?: Ptsv2billingagreementsOrderInformation;
    /**
     *
     * @type {Ptsv2billingagreementsPaymentInformation}
     * @memberof V2BillingagreementsBody
     */
    paymentInformation?: Ptsv2billingagreementsPaymentInformation;
    /**
     *
     * @type {Ptsv2billingagreementsProcessingInformation}
     * @memberof V2BillingagreementsBody
     */
    processingInformation?: Ptsv2billingagreementsProcessingInformation;
    /**
     *
     * @type {Ptsv2billingagreementsBuyerInformation}
     * @memberof V2BillingagreementsBody
     */
    buyerInformation?: Ptsv2billingagreementsBuyerInformation;
}
