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
- : 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!
- }