UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

30 lines 1.08 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptanceAuthenticationData = void 0; var PaymentAcceptanceAuthenticationData; (function (PaymentAcceptanceAuthenticationData) { PaymentAcceptanceAuthenticationData.discriminator = 'PaymentAcceptanceAuthenticationData'; PaymentAcceptanceAuthenticationData.attributeTypeMap = [ { name: 'avs_result', baseName: 'avs_result', type: 'string', }, { name: 'cvc_result', baseName: 'cvc_result', type: 'string', }, { name: 'ds_data', baseName: 'ds_data', type: 'PaymentAcceptanceDsData', }, { name: 'fraud_data', baseName: 'fraud_data', type: 'PaymentAcceptanceFraudData', }, ]; })(PaymentAcceptanceAuthenticationData || (exports.PaymentAcceptanceAuthenticationData = PaymentAcceptanceAuthenticationData = {})); //# sourceMappingURL=paymentAcceptanceAuthenticationData.js.map