UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

35 lines 1.17 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptancePurchaseOrder = void 0; var PaymentAcceptancePurchaseOrder; (function (PaymentAcceptancePurchaseOrder) { PaymentAcceptancePurchaseOrder.discriminator = 'PaymentAcceptancePurchaseOrder'; PaymentAcceptancePurchaseOrder.attributeTypeMap = [ { name: 'discount', baseName: 'discount', type: 'PaymentAcceptanceDiscount', }, { name: 'products', baseName: 'products', type: 'Array<PaymentAcceptanceProduct>', }, { name: 'sellers', baseName: 'sellers', type: 'Array<PaymentAcceptanceSeller>', }, { name: 'shipping', baseName: 'shipping', type: 'PaymentAcceptanceShipping', }, { name: 'type', baseName: 'type', type: 'string', }, ]; })(PaymentAcceptancePurchaseOrder || (exports.PaymentAcceptancePurchaseOrder = PaymentAcceptancePurchaseOrder = {})); //# sourceMappingURL=paymentAcceptancePurchaseOrder.js.map