UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

75 lines 2.03 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptanceCustomer = void 0; var PaymentAcceptanceCustomer; (function (PaymentAcceptanceCustomer) { PaymentAcceptanceCustomer.discriminator = 'PaymentAcceptanceCustomer'; PaymentAcceptanceCustomer.attributeTypeMap = [ { name: 'address', baseName: 'address', type: 'PaymentAcceptanceAddress', }, { name: 'business_name', baseName: 'business_name', type: 'string', }, { name: 'client_secret', baseName: 'client_secret', type: 'string', }, { name: 'created_at', baseName: 'created_at', type: 'Date', }, { name: 'email', baseName: 'email', type: 'string', }, { name: 'first_name', baseName: 'first_name', type: 'string', }, { name: 'id', baseName: 'id', type: 'string', }, { name: 'last_name', baseName: 'last_name', type: 'string', }, { name: 'merchant_customer_id', baseName: 'merchant_customer_id', type: 'string', }, { name: 'metadata', baseName: 'metadata', type: '{ [key: string]: string; }', }, { name: 'phone_number', baseName: 'phone_number', type: 'string', }, { name: 'request_id', baseName: 'request_id', type: 'string', }, { name: 'updated_at', baseName: 'updated_at', type: 'Date', }, ]; })(PaymentAcceptanceCustomer || (exports.PaymentAcceptanceCustomer = PaymentAcceptanceCustomer = {})); //# sourceMappingURL=paymentAcceptanceCustomer.js.map