Skip to main content
InputObject The fee details input object.

Input Fields

type
required
A type of fee applied on the given transaction.
feeAmount
required
A fee amount applied on the given transaction. Must be a non-negative value.
{
  "type": "SURCHARGE",
  "feeAmount": DecimalAmount
}