@airwallex/node-sdk
Version:
Airwallex Node.js SDK
40 lines • 1.38 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentAcceptancePurchaseOrderCreate = void 0;
var PaymentAcceptancePurchaseOrderCreate;
(function (PaymentAcceptancePurchaseOrderCreate) {
PaymentAcceptancePurchaseOrderCreate.discriminator = 'PaymentAcceptancePurchaseOrderCreate';
PaymentAcceptancePurchaseOrderCreate.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: 'PaymentAcceptanceShippingCreate',
},
{
name: 'supplier',
baseName: 'supplier',
type: 'PaymentAcceptanceSupplierDetails',
},
{
name: 'type',
baseName: 'type',
type: 'string',
},
];
})(PaymentAcceptancePurchaseOrderCreate || (exports.PaymentAcceptancePurchaseOrderCreate = PaymentAcceptancePurchaseOrderCreate = {}));
//# sourceMappingURL=paymentAcceptancePurchaseOrderCreate.js.map