@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
86 lines • 3.15 kB
JavaScript
;
/*
* The version of the OpenAPI document: v4
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit this class manually.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.PlatformPayment = void 0;
class PlatformPayment {
static getAttributeTypeMap() {
return PlatformPayment.attributeTypeMap;
}
constructor() {
}
}
exports.PlatformPayment = PlatformPayment;
PlatformPayment.discriminator = undefined;
PlatformPayment.mapping = undefined;
PlatformPayment.attributeTypeMap = [
{
"name": "modificationMerchantReference",
"baseName": "modificationMerchantReference",
"type": "string",
"format": ""
},
{
"name": "modificationPspReference",
"baseName": "modificationPspReference",
"type": "string",
"format": ""
},
{
"name": "paymentMerchantReference",
"baseName": "paymentMerchantReference",
"type": "string",
"format": ""
},
{
"name": "platformPaymentType",
"baseName": "platformPaymentType",
"type": "PlatformPayment.PlatformPaymentTypeEnum",
"format": ""
},
{
"name": "pspPaymentReference",
"baseName": "pspPaymentReference",
"type": "string",
"format": ""
},
{
"name": "type",
"baseName": "type",
"type": "PlatformPayment.TypeEnum",
"format": ""
}
];
(function (PlatformPayment) {
let PlatformPaymentTypeEnum;
(function (PlatformPaymentTypeEnum) {
PlatformPaymentTypeEnum["AcquiringFees"] = "AcquiringFees";
PlatformPaymentTypeEnum["AdyenCommission"] = "AdyenCommission";
PlatformPaymentTypeEnum["AdyenFees"] = "AdyenFees";
PlatformPaymentTypeEnum["AdyenMarkup"] = "AdyenMarkup";
PlatformPaymentTypeEnum["BalanceAccount"] = "BalanceAccount";
PlatformPaymentTypeEnum["ChargebackRemainder"] = "ChargebackRemainder";
PlatformPaymentTypeEnum["Commission"] = "Commission";
PlatformPaymentTypeEnum["DccPlatformCommission"] = "DCCPlatformCommission";
PlatformPaymentTypeEnum["Default"] = "Default";
PlatformPaymentTypeEnum["Interchange"] = "Interchange";
PlatformPaymentTypeEnum["PaymentFee"] = "PaymentFee";
PlatformPaymentTypeEnum["Remainder"] = "Remainder";
PlatformPaymentTypeEnum["SchemeFee"] = "SchemeFee";
PlatformPaymentTypeEnum["Surcharge"] = "Surcharge";
PlatformPaymentTypeEnum["Tip"] = "Tip";
PlatformPaymentTypeEnum["TopUp"] = "TopUp";
PlatformPaymentTypeEnum["Vat"] = "VAT";
})(PlatformPaymentTypeEnum = PlatformPayment.PlatformPaymentTypeEnum || (PlatformPayment.PlatformPaymentTypeEnum = {}));
let TypeEnum;
(function (TypeEnum) {
TypeEnum["PlatformPayment"] = "platformPayment";
})(TypeEnum = PlatformPayment.TypeEnum || (PlatformPayment.TypeEnum = {}));
})(PlatformPayment = exports.PlatformPayment || (exports.PlatformPayment = {}));
//# sourceMappingURL=platformPayment.js.map