OBJECT

Fee

A Fee

link GraphQL Schema definition

  • type Fee {
  • amount: Money
  • beforeTax: Boolean
  • ccSurcharge: Boolean
  • id: UUID
  • isPercent: Boolean @deprecated( reason: "This field will no longer be supported. Fees only accepts percentage values" )
  • name: String
  • organizationUnitId: UUID
  • }