spec release

This commit is contained in:
Adyen Automation
2024-07-26 15:45:40 +02:00
parent 27be3a0acf
commit 6a6dc267ce
10 changed files with 285 additions and 311 deletions

View File

@@ -2427,46 +2427,44 @@
"x-addedInVersion" : "3",
"description" : "The type of transfer or transaction. For example, **refund**, **payment**, **internalTransfer**, **bankTransfer**.",
"enum" : [
"atmWithdrawal",
"atmWithdrawalReversal",
"balanceAdjustment",
"balanceMigration",
"balanceRollover",
"bankDirectDebit",
"bankTransfer",
"capitalFundsCollection",
"payment",
"capture",
"captureReversal",
"cardTransfer",
"cashOutFee",
"cashOutFunding",
"cashOutInstruction",
"cashoutFee",
"cashoutFunding",
"cashoutRepayment",
"refund",
"refundReversal",
"chargeback",
"chargebackCorrection",
"chargebackReversal",
"chargebackReversalCorrection",
"secondChargeback",
"secondChargebackCorrection",
"atmWithdrawal",
"atmWithdrawalReversal",
"internalTransfer",
"internalDirectDebit",
"manualCorrection",
"invoiceDeduction",
"depositCorrection",
"reserveAdjustment",
"bankTransfer",
"bankDirectDebit",
"cardTransfer",
"miscCost",
"paymentCost",
"fee",
"leftover",
"grant",
"capitalFundsCollection",
"cashOutInstruction",
"cashoutFee",
"cashoutRepayment",
"cashoutFunding",
"repayment",
"installment",
"installmentReversal",
"internalDirectDebit",
"internalTransfer",
"invoiceDeduction",
"leftover",
"manualCorrection",
"miscCost",
"payment",
"paymentCost",
"refund",
"refundReversal",
"repayment",
"reserveAdjustment",
"secondChargeback",
"secondChargebackCorrection"
"balanceAdjustment",
"balanceRollover",
"balanceMigration"
],
"type" : "string"
}