@airwallex/node-sdk
Version:
Airwallex Node.js SDK
30 lines • 993 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentAcceptanceSeller = void 0;
var PaymentAcceptanceSeller;
(function (PaymentAcceptanceSeller) {
PaymentAcceptanceSeller.discriminator = 'PaymentAcceptanceSeller';
PaymentAcceptanceSeller.attributeTypeMap = [
{
name: 'additional_info',
baseName: 'additional_info',
type: 'PaymentAcceptanceSellerAdditionalInfo',
},
{
name: 'business_info',
baseName: 'business_info',
type: 'PaymentAcceptanceSellerBusinessInfo',
},
{
name: 'identifier',
baseName: 'identifier',
type: 'string',
},
{
name: 'name',
baseName: 'name',
type: 'string',
},
];
})(PaymentAcceptanceSeller || (exports.PaymentAcceptanceSeller = PaymentAcceptanceSeller = {}));
//# sourceMappingURL=paymentAcceptanceSeller.js.map