@airwallex/node-sdk
Version:
Airwallex Node.js SDK
15 lines • 582 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentAcceptanceMybank = void 0;
var PaymentAcceptanceMybank;
(function (PaymentAcceptanceMybank) {
PaymentAcceptanceMybank.discriminator = 'PaymentAcceptanceMybank';
PaymentAcceptanceMybank.attributeTypeMap = [
{
name: 'shopper_name',
baseName: 'shopper_name',
type: 'string',
},
];
})(PaymentAcceptanceMybank || (exports.PaymentAcceptanceMybank = PaymentAcceptanceMybank = {}));
//# sourceMappingURL=paymentAcceptanceMybank.js.map