UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

25 lines 950 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptanceVerkkopankkiRequest = void 0; var PaymentAcceptanceVerkkopankkiRequest; (function (PaymentAcceptanceVerkkopankkiRequest) { PaymentAcceptanceVerkkopankkiRequest.discriminator = 'PaymentAcceptanceVerkkopankkiRequest'; PaymentAcceptanceVerkkopankkiRequest.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', }, ]; })(PaymentAcceptanceVerkkopankkiRequest || (exports.PaymentAcceptanceVerkkopankkiRequest = PaymentAcceptanceVerkkopankkiRequest = {})); //# sourceMappingURL=paymentAcceptanceVerkkopankkiRequest.js.map