PricingRequest is the POST body for /pricing.
| 114 | |
| 115 | // PricingRequest is the POST body for /pricing. |
| 116 | type PricingRequest struct { |
| 117 | Attrs map[string]string `json:"attrs"` |
| 118 | Prices []string `json:"prices"` |
| 119 | } |
| 120 | |
| 121 | type BatchPricingRequestItem struct { |
| 122 | Provider string `json:"provider"` |
nothing calls this directly
no outgoing calls
no test coverage detected