UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

25 lines 782 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAcceptanceRating = void 0; var PaymentAcceptanceRating; (function (PaymentAcceptanceRating) { PaymentAcceptanceRating.discriminator = 'PaymentAcceptanceRating'; PaymentAcceptanceRating.attributeTypeMap = [ { name: 'score', baseName: 'score', type: 'string', }, { name: 'source', baseName: 'source', type: 'string', }, { name: 'type', baseName: 'type', type: 'string', }, ]; })(PaymentAcceptanceRating || (exports.PaymentAcceptanceRating = PaymentAcceptanceRating = {})); //# sourceMappingURL=paymentAcceptanceRating.js.map