UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

35 lines 1.18 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptanceSellerBusinessInfo = void 0; var PaymentAcceptanceSellerBusinessInfo; (function (PaymentAcceptanceSellerBusinessInfo) { PaymentAcceptanceSellerBusinessInfo.discriminator = 'PaymentAcceptanceSellerBusinessInfo'; PaymentAcceptanceSellerBusinessInfo.attributeTypeMap = [ { name: 'address', baseName: 'address', type: 'PaymentAcceptanceAddress', }, { name: 'email', baseName: 'email', type: 'string', }, { name: 'phone_number', baseName: 'phone_number', type: 'string', }, { name: 'rating', baseName: 'rating', type: 'number', }, { name: 'registration_date', baseName: 'registration_date', type: 'string', }, ]; })(PaymentAcceptanceSellerBusinessInfo || (exports.PaymentAcceptanceSellerBusinessInfo = PaymentAcceptanceSellerBusinessInfo = {})); //# sourceMappingURL=paymentAcceptanceSellerBusinessInfo.js.map