UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

45 lines 1.4 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptanceCustomerDetails = void 0; var PaymentAcceptanceCustomerDetails; (function (PaymentAcceptanceCustomerDetails) { PaymentAcceptanceCustomerDetails.discriminator = 'PaymentAcceptanceCustomerDetails'; PaymentAcceptanceCustomerDetails.attributeTypeMap = [ { name: 'address', baseName: 'address', type: 'PaymentAcceptanceAddress', }, { name: 'business_name', baseName: 'business_name', type: 'string', }, { name: 'email', baseName: 'email', type: 'string', }, { name: 'first_name', baseName: 'first_name', type: 'string', }, { name: 'last_name', baseName: 'last_name', type: 'string', }, { name: 'merchant_customer_id', baseName: 'merchant_customer_id', type: 'string', }, { name: 'phone_number', baseName: 'phone_number', type: 'string', }, ]; })(PaymentAcceptanceCustomerDetails || (exports.PaymentAcceptanceCustomerDetails = PaymentAcceptanceCustomerDetails = {})); //# sourceMappingURL=paymentAcceptanceCustomerDetails.js.map