@airwallex/node-sdk
Version:
Airwallex Node.js SDK
40 lines • 1.34 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentAcceptanceCustomerInformationRequest = void 0;
var PaymentAcceptanceCustomerInformationRequest;
(function (PaymentAcceptanceCustomerInformationRequest) {
PaymentAcceptanceCustomerInformationRequest.discriminator = 'PaymentAcceptanceCustomerInformationRequest';
PaymentAcceptanceCustomerInformationRequest.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',
},
];
})(PaymentAcceptanceCustomerInformationRequest || (exports.PaymentAcceptanceCustomerInformationRequest = PaymentAcceptanceCustomerInformationRequest = {}));
//# sourceMappingURL=paymentAcceptanceCustomerInformationRequest.js.map