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
- : Money
- # Description of the custom tender type
- : String
- # Tender Type identifier
- : UUID!
- # The name of the custom tender type
- : String
- # Type of the custom tender type
- : TenderTypeType
- }