Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 6.78 KB

createfacilitatorfee.md

File metadata and controls

13 lines (9 loc) · 6.78 KB

CreateFacilitatorFee

Total or markup fee.

Fields

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