/**
 * 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 { Ptsv2paymentsMerchantDefinedInformation } from './ptsv2payments-merchant-defined-information';
import { Ptsv2paymentsPromotionInformation } from './ptsv2payments-promotion-information';
import { Ptsv2paymentsTravelInformation } from './ptsv2payments-travel-information';
import { Ptsv2paymentsidcapturesAggregatorInformation } from './ptsv2paymentsidcaptures-aggregator-information';
import { Ptsv2paymentsidcapturesBuyerInformation } from './ptsv2paymentsidcaptures-buyer-information';
import { Ptsv2paymentsidcapturesDeviceInformation } from './ptsv2paymentsidcaptures-device-information';
import { Ptsv2paymentsidrefundsClientReferenceInformation } from './ptsv2paymentsidrefunds-client-reference-information';
import { Ptsv2paymentsidrefundsMerchantInformation } from './ptsv2paymentsidrefunds-merchant-information';
import { Ptsv2paymentsidrefundsOrderInformation } from './ptsv2paymentsidrefunds-order-information';
import { Ptsv2paymentsidrefundsPaymentInformation } from './ptsv2paymentsidrefunds-payment-information';
import { Ptsv2paymentsidrefundsPointOfSaleInformation } from './ptsv2paymentsidrefunds-point-of-sale-information';
import { Ptsv2paymentsidrefundsProcessingInformation } from './ptsv2paymentsidrefunds-processing-information';
/**
 *
 * @export
 * @interface IdRefundsBody1
 */
export interface IdRefundsBody1 {
    /**
     *
     * @type {Ptsv2paymentsidrefundsClientReferenceInformation}
     * @memberof IdRefundsBody1
     */
    clientReferenceInformation?: Ptsv2paymentsidrefundsClientReferenceInformation;
    /**
     *
     * @type {Ptsv2paymentsidrefundsProcessingInformation}
     * @memberof IdRefundsBody1
     */
    processingInformation?: Ptsv2paymentsidrefundsProcessingInformation;
    /**
     *
     * @type {Ptsv2paymentsidrefundsPaymentInformation}
     * @memberof IdRefundsBody1
     */
    paymentInformation?: Ptsv2paymentsidrefundsPaymentInformation;
    /**
     *
     * @type {Ptsv2paymentsidrefundsOrderInformation}
     * @memberof IdRefundsBody1
     */
    orderInformation?: Ptsv2paymentsidrefundsOrderInformation;
    /**
     *
     * @type {Ptsv2paymentsidcapturesBuyerInformation}
     * @memberof IdRefundsBody1
     */
    buyerInformation?: Ptsv2paymentsidcapturesBuyerInformation;
    /**
     *
     * @type {Ptsv2paymentsidcapturesDeviceInformation}
     * @memberof IdRefundsBody1
     */
    deviceInformation?: Ptsv2paymentsidcapturesDeviceInformation;
    /**
     *
     * @type {Ptsv2paymentsidrefundsMerchantInformation}
     * @memberof IdRefundsBody1
     */
    merchantInformation?: Ptsv2paymentsidrefundsMerchantInformation;
    /**
     *
     * @type {Ptsv2paymentsidcapturesAggregatorInformation}
     * @memberof IdRefundsBody1
     */
    aggregatorInformation?: Ptsv2paymentsidcapturesAggregatorInformation;
    /**
     *
     * @type {Ptsv2paymentsidrefundsPointOfSaleInformation}
     * @memberof IdRefundsBody1
     */
    pointOfSaleInformation?: Ptsv2paymentsidrefundsPointOfSaleInformation;
    /**
     * The object containing the custom data that the merchant defines.
     * @type {Array<Ptsv2paymentsMerchantDefinedInformation>}
     * @memberof IdRefundsBody1
     */
    merchantDefinedInformation?: Array<Ptsv2paymentsMerchantDefinedInformation>;
    /**
     *
     * @type {Ptsv2paymentsTravelInformation}
     * @memberof IdRefundsBody1
     */
    travelInformation?: Ptsv2paymentsTravelInformation;
    /**
     *
     * @type {Ptsv2paymentsPromotionInformation}
     * @memberof IdRefundsBody1
     */
    promotionInformation?: Ptsv2paymentsPromotionInformation;
}
