@airwallex/node-sdk
Version:
Airwallex Node.js SDK
25 lines • 880 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentAcceptanceVerkkopankki = void 0;
var PaymentAcceptanceVerkkopankki;
(function (PaymentAcceptanceVerkkopankki) {
PaymentAcceptanceVerkkopankki.discriminator = 'PaymentAcceptanceVerkkopankki';
PaymentAcceptanceVerkkopankki.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',
},
];
})(PaymentAcceptanceVerkkopankki || (exports.PaymentAcceptanceVerkkopankki = PaymentAcceptanceVerkkopankki = {}));
//# sourceMappingURL=paymentAcceptanceVerkkopankki.js.map