INPUT_OBJECT

AddTenderTypeInput

Input Object to add a Tender Type

link GraphQL Schema definition

  • input AddTenderTypeInput {
  • # 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!
  • # The name of the custom tender type
  • name: String!
  • # Organization Unit Identifier
  • organizationUnitId: UUID!
  • # Type of the custom tender type
  • type: TenderTypeType!
  • }