# RateCardSpec

## object

### properties

- **currency**: string (Required)  
  The currency for the prices in the rate card.

- **rateCard**: list of objects ([RateCardEntrySchema](https://docs.mediakind.com/api-reference/management-api/schemas/ratecardentryschema)) (Required)  
  Rate card for this payment method.

### RateCardEntrySchema properties

- **family**: string (Required)  
  The family of the rate card entry.

- **prices**: list of objects ([RateCardPriceSchema](https://docs.mediakind.com/api-reference/management-api/schemas/ratecardpriceschema)) (Required)  
  A list of meter prices associated with family and solution.

#### RateCardPriceSchema properties

- **displayName**: string or null (Required)  
  The display name of the meter.

- **locationPrices**: list of objects ([RateCardLocationPriceSchema](https://docs.mediakind.com/api-reference/management-api/schemas/ratecardlocationpriceschema)) (Optional)  
  The price per unit for the meter for individual locations.

##### RateCardLocationPriceSchema properties

- **locationGroup**: string (Required)  
  The name of the location group.

- **price**: double (Required)  
  The price per unit for the meter.

- **sku**: string or null (Required)  
  The SKU identifier for the meter.

- **name**: string (Required)  
  Meter name.

- **price**: double (Required)  
  The price per unit for the meter.

- **sku**: string or null (Required)  
  The SKU identifier for the meter.

- **unit**: string or null (Required)  
  The unit of measurement for the meter.

- **solution**: string (Required)  
  The solution associated with the rate card entry.
