UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

75 lines 1.95 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptanceProduct = void 0; var PaymentAcceptanceProduct; (function (PaymentAcceptanceProduct) { PaymentAcceptanceProduct.discriminator = 'PaymentAcceptanceProduct'; PaymentAcceptanceProduct.attributeTypeMap = [ { name: 'category', baseName: 'category', type: 'string', }, { name: 'code', baseName: 'code', type: 'string', }, { name: 'desc', baseName: 'desc', type: 'string', }, { name: 'effective_end_at', baseName: 'effective_end_at', type: 'string', }, { name: 'effective_start_at', baseName: 'effective_start_at', type: 'string', }, { name: 'image_url', baseName: 'image_url', type: 'string', }, { name: 'name', baseName: 'name', type: 'string', }, { name: 'quantity', baseName: 'quantity', type: 'number', }, { name: 'seller', baseName: 'seller', type: 'PaymentAcceptanceProductSeller', }, { name: 'sku', baseName: 'sku', type: 'string', }, { name: 'type', baseName: 'type', type: 'string', }, { name: 'unit_price', baseName: 'unit_price', type: 'number', }, { name: 'url', baseName: 'url', type: 'string', }, ]; })(PaymentAcceptanceProduct || (exports.PaymentAcceptanceProduct = PaymentAcceptanceProduct = {})); //# sourceMappingURL=paymentAcceptanceProduct.js.map