UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

35 lines 1.2 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptanceOnlineBankingRequest = void 0; var PaymentAcceptanceOnlineBankingRequest; (function (PaymentAcceptanceOnlineBankingRequest) { PaymentAcceptanceOnlineBankingRequest.discriminator = 'PaymentAcceptanceOnlineBankingRequest'; PaymentAcceptanceOnlineBankingRequest.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', }, ]; })(PaymentAcceptanceOnlineBankingRequest || (exports.PaymentAcceptanceOnlineBankingRequest = PaymentAcceptanceOnlineBankingRequest = {})); //# sourceMappingURL=paymentAcceptanceOnlineBankingRequest.js.map