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


FieldDescription
namestring: the name of the charging item, currently SOLUTION ,FACE,DOCUMENT
typeenum, the type of the charging item, Refer to FeeDetailItemType

FeeDetailItemType

ValueDescription
SOLUTIONthe charge is for the whole solution.
NODEthe charge is for a specific flow node.

Did this page help you?