UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

25 lines 826 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptanceSkrill = void 0; var PaymentAcceptanceSkrill; (function (PaymentAcceptanceSkrill) { PaymentAcceptanceSkrill.discriminator = 'PaymentAcceptanceSkrill'; PaymentAcceptanceSkrill.attributeTypeMap = [ { name: 'country_code', baseName: 'country_code', type: 'string', }, { name: 'shopper_email', baseName: 'shopper_email', type: 'string', }, { name: 'shopper_name', baseName: 'shopper_name', type: 'string', }, ]; })(PaymentAcceptanceSkrill || (exports.PaymentAcceptanceSkrill = PaymentAcceptanceSkrill = {})); //# sourceMappingURL=paymentAcceptanceSkrill.js.map