UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

30 lines 1.05 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptanceSellerInformation = void 0; var PaymentAcceptanceSellerInformation; (function (PaymentAcceptanceSellerInformation) { PaymentAcceptanceSellerInformation.discriminator = 'PaymentAcceptanceSellerInformation'; PaymentAcceptanceSellerInformation.attributeTypeMap = [ { name: 'name', baseName: 'name', type: 'string', }, { name: 'store_name', baseName: 'store_name', type: 'string', }, { name: 'store_physical_address', baseName: 'store_physical_address', type: 'string', }, { name: 'store_url', baseName: 'store_url', type: 'string', }, ]; })(PaymentAcceptanceSellerInformation || (exports.PaymentAcceptanceSellerInformation = PaymentAcceptanceSellerInformation = {})); //# sourceMappingURL=paymentAcceptanceSellerInformation.js.map