UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

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