UNPKG

@paciolan/cybersource-sdk

Version:
47 lines (46 loc) 1.81 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 { Ptsv2refreshpaymentstatusidAgreementInformation } from './ptsv2refreshpaymentstatusid-agreement-information'; import { Ptsv2refreshpaymentstatusidClientReferenceInformation } from './ptsv2refreshpaymentstatusid-client-reference-information'; import { Ptsv2refreshpaymentstatusidPaymentInformation } from './ptsv2refreshpaymentstatusid-payment-information'; import { Ptsv2refreshpaymentstatusidProcessingInformation } from './ptsv2refreshpaymentstatusid-processing-information'; /** * * @export * @interface RefreshpaymentstatusIdBody */ export interface RefreshpaymentstatusIdBody { /** * * @type {Ptsv2refreshpaymentstatusidPaymentInformation} * @memberof RefreshpaymentstatusIdBody */ paymentInformation?: Ptsv2refreshpaymentstatusidPaymentInformation; /** * * @type {Ptsv2refreshpaymentstatusidClientReferenceInformation} * @memberof RefreshpaymentstatusIdBody */ clientReferenceInformation?: Ptsv2refreshpaymentstatusidClientReferenceInformation; /** * * @type {Ptsv2refreshpaymentstatusidAgreementInformation} * @memberof RefreshpaymentstatusIdBody */ agreementInformation?: Ptsv2refreshpaymentstatusidAgreementInformation; /** * * @type {Ptsv2refreshpaymentstatusidProcessingInformation} * @memberof RefreshpaymentstatusIdBody */ processingInformation?: Ptsv2refreshpaymentstatusidProcessingInformation; }