PriceRate is a single tier within a price model.
| 75 | |
| 76 | // PriceRate is a single tier within a price model. |
| 77 | type PriceRate struct { |
| 78 | Price *AttrValue `json:"price,omitempty"` |
| 79 | StartRange *AttrValue `json:"startRange,omitempty"` |
| 80 | EndRange *AttrValue `json:"endRange,omitempty"` |
| 81 | } |
| 82 | |
| 83 | // Price is a single pricing model entry. |
| 84 | type Price struct { |
nothing calls this directly
no outgoing calls
no test coverage detected