@airwallex/node-sdk
Version:
Airwallex Node.js SDK
40 lines • 1.42 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentAcceptanceExternalThreeDomainSecure = void 0;
var PaymentAcceptanceExternalThreeDomainSecure;
(function (PaymentAcceptanceExternalThreeDomainSecure) {
PaymentAcceptanceExternalThreeDomainSecure.discriminator = 'PaymentAcceptanceExternalThreeDomainSecure';
PaymentAcceptanceExternalThreeDomainSecure.attributeTypeMap = [
{
name: 'authentication_value',
baseName: 'authentication_value',
type: 'string',
},
{
name: 'ds_transaction_id',
baseName: 'ds_transaction_id',
type: 'string',
},
{
name: 'eci',
baseName: 'eci',
type: 'string',
},
{
name: 'three_ds_exemption',
baseName: 'three_ds_exemption',
type: 'string',
},
{
name: 'three_ds_server_transaction_id',
baseName: 'three_ds_server_transaction_id',
type: 'string',
},
{
name: 'version',
baseName: 'version',
type: 'string',
},
];
})(PaymentAcceptanceExternalThreeDomainSecure || (exports.PaymentAcceptanceExternalThreeDomainSecure = PaymentAcceptanceExternalThreeDomainSecure = {}));
//# sourceMappingURL=paymentAcceptanceExternalThreeDomainSecure.js.map