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