Depositfee
An amount of predefined fee that was applied or paid on an account.
amountnumber
The amount of the fee that was applied/paid in the transaction for the given predefined fee.
namestring
The name of the predefined fee
predefinedFeeKeystringrequired
The encoded key of the predefined fee, auto generated, unique
taxAmountnumber
The amount of the taxes on fee that was applied/paid in the transaction.
triggerstring
Shows the event that will trigger a fee
Possible values: [MANUAL, MONTHLY_FEE, ARBITRARY]
Depositfee
{
"amount": 0,
"name": "string",
"predefinedFeeKey": "string",
"taxAmount": 0,
"trigger": "MANUAL"
}