UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

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