The type of fee.
FEE_TYPE_NETWORK, FEE_TYPE_EXCHANGE Digits with optional decimal part
^(\d+(\.\d+)?|\.\d+)$"100.00"
50^(?=\S)[\p{L}\p{N}a-zA-Z _.,:!?&%@\/+\-'|]+(?<=\S)$"An example name"
Was this page helpful?
{
"type": "FEE_TYPE_NETWORK",
"amount": "100.00",
"currency": "An example name"
}