OBJECT

TenderType

Tender Type object

link GraphQL Schema definition

  • type TenderType {
  • # Amount of the custom tender type. Only available when type is fixed amount or
  • # fixed percent
  • amount: Money
  • # Description of the custom tender type
  • description: String!
  • # Tender Type identifier
  • id: UUID!
  • # The name of the custom tender type
  • name: String!
  • # Type of the custom tender type
  • type: TenderTypeType!
  • }