@airwallex/node-sdk
Version:
Airwallex Node.js SDK
40 lines • 1.18 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentAcceptanceBilling = void 0;
var PaymentAcceptanceBilling;
(function (PaymentAcceptanceBilling) {
PaymentAcceptanceBilling.discriminator = 'PaymentAcceptanceBilling';
PaymentAcceptanceBilling.attributeTypeMap = [
{
name: 'address',
baseName: 'address',
type: 'PaymentAcceptanceAddress',
},
{
name: 'date_of_birth',
baseName: 'date_of_birth',
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: 'phone_number',
baseName: 'phone_number',
type: 'string',
},
];
})(PaymentAcceptanceBilling || (exports.PaymentAcceptanceBilling = PaymentAcceptanceBilling = {}));
//# sourceMappingURL=paymentAcceptanceBilling.js.map