| 127 | } |
| 128 | |
| 129 | type BatchPricingRequest struct { |
| 130 | Requests []BatchPricingRequestItem `json:"requests"` |
| 131 | } |
| 132 | |
| 133 | // MetadataResponse is the response from GET /pricing/metadata. |
| 134 | type MetadataResponse struct { |
nothing calls this directly
no outgoing calls
no test coverage detected