@airwallex/node-sdk
Version:
Airwallex Node.js SDK
25 lines • 1.26 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentAcceptancePageResponseDTOOfPaymentAcceptancePaymentDispute = void 0;
var PaymentAcceptancePageResponseDTOOfPaymentAcceptancePaymentDispute;
(function (PaymentAcceptancePageResponseDTOOfPaymentAcceptancePaymentDispute) {
PaymentAcceptancePageResponseDTOOfPaymentAcceptancePaymentDispute.discriminator = 'PaymentAcceptancePageResponseDTOOfPaymentAcceptancePaymentDispute';
PaymentAcceptancePageResponseDTOOfPaymentAcceptancePaymentDispute.attributeTypeMap = [
{
name: 'items',
baseName: 'items',
type: 'Array<PaymentAcceptancePaymentDispute>',
},
{
name: 'page_after',
baseName: 'page_after',
type: 'string',
},
{
name: 'page_before',
baseName: 'page_before',
type: 'string',
},
];
})(PaymentAcceptancePageResponseDTOOfPaymentAcceptancePaymentDispute || (exports.PaymentAcceptancePageResponseDTOOfPaymentAcceptancePaymentDispute = PaymentAcceptancePageResponseDTOOfPaymentAcceptancePaymentDispute = {}));
//# sourceMappingURL=paymentAcceptancePageResponseDTOOfPaymentAcceptancePaymentDispute.js.map