| unitKey | String | Stable lookup key such as aws.lightsail.cpu_hour, thorapi.component.generated, or valoride.sign_in. | |
| unitType | UnitTypeEnum | Metered billing unit family. | |
| creditCost | Double | Whole or fractional credits charged per one metered unit. | |
| billingScope | BillingScopeEnum | Scope at which this price row applies. | |
| scopeRef | String | Optional plan id, customer id, organization id, or deployment id for scoped overrides. | [optional] |
| meterName | String | Stripe meter/event name or internal UsageTransaction.meterName used for reconciliation. | [optional] |
| provider | String | Optional provider namespace such as aws, thorapi, valoride, openai, or graymatter. | [optional] |
| region | String | Optional provider region for region-specific infrastructure rates. | [optional] |
| currency | String | Pricing currency. CRD denotes Valkyr credits. | [optional] |
| effectiveAt | OffsetDateTime | Time this pricing row becomes active. Null means active immediately. | [optional] |
| expiresAt | OffsetDateTime | Time this pricing row stops applying. Null means no scheduled expiration. | [optional] |
| status | StatusEnum | Lifecycle status for pricing lookup. | |
| priority | Integer | Tie-breaker for overlapping scoped pricing rows. Higher priority wins. | [optional] |
| notes | String | Operator notes explaining the rate and when to revisit it. | [optional] |
| id | UUID | Unique identifier for object in the system | [optional] [readonly] |
| ownerId | UUID | UUID of owner of the object in the system | [optional] [readonly] |
| createdDate | OffsetDateTime | Date of object creation | [optional] [readonly] |
| keyHash | String | Data, including hash of the key(s) used to encrypt this record. | [optional] [readonly] |
| lastAccessedById | UUID | Last user to access object | [optional] [readonly] |
| lastAccessedDate | OffsetDateTime | Timestamp of last access of object | [optional] [readonly] |
| lastModifiedById | UUID | Unique identifier for user who last modifed the object in the system | [optional] [readonly] |
| lastModifiedDate | OffsetDateTime | Date of last object modification | [optional] [readonly] |
| trashed | Boolean | Indicates if the object is trashed (soft deleted) | [optional] |