UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

60 lines 1.79 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptanceEnhancedSchemeProduct = void 0; var PaymentAcceptanceEnhancedSchemeProduct; (function (PaymentAcceptanceEnhancedSchemeProduct) { PaymentAcceptanceEnhancedSchemeProduct.discriminator = 'PaymentAcceptanceEnhancedSchemeProduct'; PaymentAcceptanceEnhancedSchemeProduct.attributeTypeMap = [ { name: 'code', baseName: 'code', type: 'string', }, { name: 'commodity_code', baseName: 'commodity_code', type: 'string', }, { name: 'description', baseName: 'description', type: 'string', }, { name: 'discount_amount', baseName: 'discount_amount', type: 'number', }, { name: 'quantity', baseName: 'quantity', type: 'number', }, { name: 'tax_percent', baseName: 'tax_percent', type: 'number', }, { name: 'total_amount', baseName: 'total_amount', type: 'number', }, { name: 'total_tax_amount', baseName: 'total_tax_amount', type: 'number', }, { name: 'unit', baseName: 'unit', type: 'string', }, { name: 'unit_price', baseName: 'unit_price', type: 'number', }, ]; })(PaymentAcceptanceEnhancedSchemeProduct || (exports.PaymentAcceptanceEnhancedSchemeProduct = PaymentAcceptanceEnhancedSchemeProduct = {})); //# sourceMappingURL=paymentAcceptanceEnhancedSchemeProduct.js.map