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