INPUT_OBJECT

UpdateTenderTypeInput

Input object to update a Tender Type

link GraphQL Schema definition

  • input UpdateTenderTypeInput {
  • # 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
  • }