Total or markup fee.
Field | Type | Required | Description | Example |
---|---|---|---|---|
total |
OptionalNullable[int] | ➖ | Total facilitator fee in cents. Only either total or totalDecimal can be set. |
|
total_decimal |
OptionalNullable[str] | ➖ | Same as total , but a decimal-formatted numerical string that represents up to 9 decimal place precision. Only either total or totalDecimal can be set. Set this field if you expect the fee to be in fractions of a cent. |
12.987654321 |
markup |
OptionalNullable[int] | ➖ | Markup facilitator fee in cents. Only either markup or markupDecimal can be set. |
|
markup_decimal |
OptionalNullable[str] | ➖ | Same as markup , but a decimal-formatted numerical string that represents up to 9 decimal place precision. Only either markup or markupDecimal can be set. Set this field if you expect the fee to be in fractions of a cent. |
12.987654321 |