@airwallex/node-sdk
Version:
Airwallex Node.js SDK
35 lines • 1.25 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentAcceptancePurchaseOrderUpdate = void 0;
var PaymentAcceptancePurchaseOrderUpdate;
(function (PaymentAcceptancePurchaseOrderUpdate) {
PaymentAcceptancePurchaseOrderUpdate.discriminator = 'PaymentAcceptancePurchaseOrderUpdate';
PaymentAcceptancePurchaseOrderUpdate.attributeTypeMap = [
{
name: 'discount',
baseName: 'discount',
type: 'PaymentAcceptanceDiscountUpdate',
},
{
name: 'products',
baseName: 'products',
type: 'Array<PaymentAcceptanceProduct>',
},
{
name: 'sellers',
baseName: 'sellers',
type: 'Array<PaymentAcceptanceSeller>',
},
{
name: 'shipping',
baseName: 'shipping',
type: 'PaymentAcceptanceShippingUpdate',
},
{
name: 'type',
baseName: 'type',
type: 'string',
},
];
})(PaymentAcceptancePurchaseOrderUpdate || (exports.PaymentAcceptancePurchaseOrderUpdate = PaymentAcceptancePurchaseOrderUpdate = {}));
//# sourceMappingURL=paymentAcceptancePurchaseOrderUpdate.js.map