UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

25 lines 968 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptanceEnhancedSchemeCustomer = void 0; var PaymentAcceptanceEnhancedSchemeCustomer; (function (PaymentAcceptanceEnhancedSchemeCustomer) { PaymentAcceptanceEnhancedSchemeCustomer.discriminator = 'PaymentAcceptanceEnhancedSchemeCustomer'; PaymentAcceptanceEnhancedSchemeCustomer.attributeTypeMap = [ { name: 'first_name', baseName: 'first_name', type: 'string', }, { name: 'last_name', baseName: 'last_name', type: 'string', }, { name: 'reference', baseName: 'reference', type: 'string', }, ]; })(PaymentAcceptanceEnhancedSchemeCustomer || (exports.PaymentAcceptanceEnhancedSchemeCustomer = PaymentAcceptanceEnhancedSchemeCustomer = {})); //# sourceMappingURL=paymentAcceptanceEnhancedSchemeCustomer.js.map