UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

40 lines 1.26 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptanceSupplierDetails = void 0; var PaymentAcceptanceSupplierDetails; (function (PaymentAcceptanceSupplierDetails) { PaymentAcceptanceSupplierDetails.discriminator = 'PaymentAcceptanceSupplierDetails'; PaymentAcceptanceSupplierDetails.attributeTypeMap = [ { name: 'address', baseName: 'address', type: 'PaymentAcceptanceAddress', }, { name: 'business_name', baseName: 'business_name', 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', }, ]; })(PaymentAcceptanceSupplierDetails || (exports.PaymentAcceptanceSupplierDetails = PaymentAcceptanceSupplierDetails = {})); //# sourceMappingURL=paymentAcceptanceSupplierDetails.js.map