UNPKG

@paciolan/cybersource-sdk

Version:
96 lines (95 loc) 3.88 kB
/** * 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 { 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 { Ptsv2billingagreementsidAgreementInformation } from './ptsv2billingagreementsid-agreement-information'; import { Ptsv2billingagreementsidBuyerInformation } from './ptsv2billingagreementsid-buyer-information'; import { Ptsv2billingagreementsidProcessingInformation } from './ptsv2billingagreementsid-processing-information'; /** * * @export * @interface BillingagreementsIdBody */ export interface BillingagreementsIdBody { /** * * @type {Ptsv2billingagreementsidAgreementInformation} * @memberof BillingagreementsIdBody */ agreementInformation?: Ptsv2billingagreementsidAgreementInformation; /** * * @type {Ptsv2billingagreementsClientReferenceInformation} * @memberof BillingagreementsIdBody */ clientReferenceInformation?: Ptsv2billingagreementsClientReferenceInformation; /** * * @type {Ptsv2billingagreementsAggregatorInformation} * @memberof BillingagreementsIdBody */ aggregatorInformation?: Ptsv2billingagreementsAggregatorInformation; /** * * @type {Ptsv2billingagreementsConsumerAuthenticationInformation} * @memberof BillingagreementsIdBody */ consumerAuthenticationInformation?: Ptsv2billingagreementsConsumerAuthenticationInformation; /** * * @type {Ptsv2billingagreementsDeviceInformation} * @memberof BillingagreementsIdBody */ deviceInformation?: Ptsv2billingagreementsDeviceInformation; /** * * @type {Ptsv2billingagreementsInstallmentInformation} * @memberof BillingagreementsIdBody */ installmentInformation?: Ptsv2billingagreementsInstallmentInformation; /** * * @type {Ptsv2billingagreementsMerchantInformation} * @memberof BillingagreementsIdBody */ merchantInformation?: Ptsv2billingagreementsMerchantInformation; /** * * @type {Ptsv2billingagreementsOrderInformation} * @memberof BillingagreementsIdBody */ orderInformation?: Ptsv2billingagreementsOrderInformation; /** * * @type {Ptsv2billingagreementsPaymentInformation} * @memberof BillingagreementsIdBody */ paymentInformation?: Ptsv2billingagreementsPaymentInformation; /** * * @type {Ptsv2billingagreementsidProcessingInformation} * @memberof BillingagreementsIdBody */ processingInformation?: Ptsv2billingagreementsidProcessingInformation; /** * * @type {Ptsv2billingagreementsidBuyerInformation} * @memberof BillingagreementsIdBody */ buyerInformation?: Ptsv2billingagreementsidBuyerInformation; }