UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

70 lines 2.31 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptanceEnhancedSchemeDataUpdate = void 0; var PaymentAcceptanceEnhancedSchemeDataUpdate; (function (PaymentAcceptanceEnhancedSchemeDataUpdate) { PaymentAcceptanceEnhancedSchemeDataUpdate.discriminator = 'PaymentAcceptanceEnhancedSchemeDataUpdate'; PaymentAcceptanceEnhancedSchemeDataUpdate.attributeTypeMap = [ { name: 'customer', baseName: 'customer', type: 'PaymentAcceptanceEnhancedSchemeCustomerUpdate', }, { name: 'customer_tax_identifier', baseName: 'customer_tax_identifier', type: 'string', }, { name: 'duty_amount', baseName: 'duty_amount', type: 'number', }, { name: 'invoice_reference', baseName: 'invoice_reference', type: 'string', }, { name: 'local_tax_amount', baseName: 'local_tax_amount', type: 'number', }, { name: 'merchant_tax_identifier', baseName: 'merchant_tax_identifier', type: 'string', }, { name: 'national_tax_amount', baseName: 'national_tax_amount', type: 'number', }, { name: 'products', baseName: 'products', type: 'Array<PaymentAcceptanceEnhancedSchemeProduct>', }, { name: 'shipping', baseName: 'shipping', type: 'PaymentAcceptanceEnhancedSchemeShippingUpdate', }, { name: 'summary_commodity_code', baseName: 'summary_commodity_code', type: 'string', }, { name: 'total_tax_amount', baseName: 'total_tax_amount', type: 'number', }, { name: 'vat_invoice_reference', baseName: 'vat_invoice_reference', type: 'string', }, ]; })(PaymentAcceptanceEnhancedSchemeDataUpdate || (exports.PaymentAcceptanceEnhancedSchemeDataUpdate = PaymentAcceptanceEnhancedSchemeDataUpdate = {})); //# sourceMappingURL=paymentAcceptanceEnhancedSchemeDataUpdate.js.map