MCPcopy Create free account
hub / github.com/OverloadBlitz/cloudcent-cli / PriceRate

Struct PriceRate

internal/api/models.go:77–81  ·  view source on GitHub ↗

PriceRate is a single tier within a price model.

Source from the content-addressed store, hash-verified

75
76// PriceRate is a single tier within a price model.
77type 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.
84type Price struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected