@airwallex/node-sdk
Version:
Airwallex Node.js SDK
25 lines • 964 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentAcceptanceAuthenticationMethod = void 0;
var PaymentAcceptanceAuthenticationMethod;
(function (PaymentAcceptanceAuthenticationMethod) {
PaymentAcceptanceAuthenticationMethod.discriminator = 'PaymentAcceptanceAuthenticationMethod';
PaymentAcceptanceAuthenticationMethod.attributeTypeMap = [
{
name: 'emv',
baseName: 'emv',
type: 'PaymentAcceptanceEmv',
},
{
name: 'three_ds',
baseName: 'three_ds',
type: 'PaymentAcceptanceThreeDomainSecure',
},
{
name: 'type',
baseName: 'type',
type: 'string',
},
];
})(PaymentAcceptanceAuthenticationMethod || (exports.PaymentAcceptanceAuthenticationMethod = PaymentAcceptanceAuthenticationMethod = {}));
//# sourceMappingURL=paymentAcceptanceAuthenticationMethod.js.map