@airwallex/node-sdk
Version:
Airwallex Node.js SDK
35 lines • 1.27 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentAcceptanceBillingWithoutEmailRequest = void 0;
var PaymentAcceptanceBillingWithoutEmailRequest;
(function (PaymentAcceptanceBillingWithoutEmailRequest) {
PaymentAcceptanceBillingWithoutEmailRequest.discriminator = 'PaymentAcceptanceBillingWithoutEmailRequest';
PaymentAcceptanceBillingWithoutEmailRequest.attributeTypeMap = [
{
name: 'address',
baseName: 'address',
type: 'PaymentAcceptanceAddress',
},
{
name: 'date_of_birth',
baseName: 'date_of_birth',
type: 'string',
},
{
name: 'first_name',
baseName: 'first_name',
type: 'string',
},
{
name: 'last_name',
baseName: 'last_name',
type: 'string',
},
{
name: 'phone_number',
baseName: 'phone_number',
type: 'string',
},
];
})(PaymentAcceptanceBillingWithoutEmailRequest || (exports.PaymentAcceptanceBillingWithoutEmailRequest = PaymentAcceptanceBillingWithoutEmailRequest = {}));
//# sourceMappingURL=paymentAcceptanceBillingWithoutEmailRequest.js.map