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