FeeDetail
FeeDetail
this is a list of FeeDetailItem that shows how the transaction is charged.
[
{
"name": "SOLUTION",
"type": "SOLUTION"
},
{
"name": "FACE",
"type": "NODE"
}
]
there should be at most 1 node with type "SOLUTION"
FeeDetailItem
Field | Description |
---|---|
name | string : the name of the charging item, currently SOLUTION ,FACE ,DOCUMENT |
type | enum , the type of the charging item, Refer to FeeDetailItemType |
FeeDetailItemType
Value | Description |
---|---|
SOLUTION | the charge is for the whole solution. |
NODE | the charge is for a specific flow node. |
Updated about 2 months ago
Did this page help you?