UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

35 lines 1.13 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptanceOnlineBanking = void 0; var PaymentAcceptanceOnlineBanking; (function (PaymentAcceptanceOnlineBanking) { PaymentAcceptanceOnlineBanking.discriminator = 'PaymentAcceptanceOnlineBanking'; PaymentAcceptanceOnlineBanking.attributeTypeMap = [ { name: 'bank_name', baseName: 'bank_name', type: 'string', }, { name: 'country_code', baseName: 'country_code', 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', }, ]; })(PaymentAcceptanceOnlineBanking || (exports.PaymentAcceptanceOnlineBanking = PaymentAcceptanceOnlineBanking = {})); //# sourceMappingURL=paymentAcceptanceOnlineBanking.js.map