UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

30 lines 913 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptanceFpx = void 0; var PaymentAcceptanceFpx; (function (PaymentAcceptanceFpx) { PaymentAcceptanceFpx.discriminator = 'PaymentAcceptanceFpx'; PaymentAcceptanceFpx.attributeTypeMap = [ { name: 'bank_name', baseName: 'bank_name', type: 'string', }, { name: 'shopper_email', baseName: 'shopper_email', type: 'string', }, { name: 'shopper_name', baseName: 'shopper_name', type: 'string', }, { name: 'shopper_phone', baseName: 'shopper_phone', type: 'string', }, ]; })(PaymentAcceptanceFpx || (exports.PaymentAcceptanceFpx = PaymentAcceptanceFpx = {})); //# sourceMappingURL=paymentAcceptanceFpx.js.map