@airwallex/node-sdk
Version:
Airwallex Node.js SDK
40 lines • 1.27 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentAcceptanceCustomerInformation = void 0;
var PaymentAcceptanceCustomerInformation;
(function (PaymentAcceptanceCustomerInformation) {
PaymentAcceptanceCustomerInformation.discriminator = 'PaymentAcceptanceCustomerInformation';
PaymentAcceptanceCustomerInformation.attributeTypeMap = [
{
name: 'billing_address',
baseName: 'billing_address',
type: 'string',
},
{
name: 'device_id',
baseName: 'device_id',
type: 'string',
},
{
name: 'email',
baseName: 'email',
type: 'string',
},
{
name: 'ip',
baseName: 'ip',
type: 'string',
},
{
name: 'name',
baseName: 'name',
type: 'string',
},
{
name: 'phone_number',
baseName: 'phone_number',
type: 'string',
},
];
})(PaymentAcceptanceCustomerInformation || (exports.PaymentAcceptanceCustomerInformation = PaymentAcceptanceCustomerInformation = {}));
//# sourceMappingURL=paymentAcceptanceCustomerInformation.js.map