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