OBJECT
QuoteRealizationTaxPrice
Tax price for quote realization
link GraphQL Schema definition
- type QuoteRealizationTaxPrice {
- : ID!
- : QuoteRealization!
- : String!
- : String
- : String!
- # Calculated summary tax price.
- : Float
- # Unit price for pricing item.
- : Float
- # Unit type
- : QuoteStatUnit!
- : Float
- }