# Models

## The AccountBillingRow object

```json
{"openapi":"3.0.2","info":{"title":"Archera.ai Beta API","version":"v1.0.0"},"components":{"schemas":{"AccountBillingRow":{"type":"object","properties":{"provider":{"type":"string","description":"Cloud provider (e.g. AWS, AZURE, GCP)"},"account_id":{"type":"string","description":"Cloud account identifier"},"account_name":{"type":"string","description":"Human-readable account name"},"archera_premiums":{"type":"number","format":"float","description":"Archera premiums allocated to this account"},"rebates":{"type":"number","format":"float","description":"Rebates allocated to this account"},"total_savings":{"type":"number","format":"float","description":"Total savings allocated to this account"},"net_savings":{"type":"number","format":"float","description":"Net savings after premiums and rebates"}}}}}}
```

## The Error object

```json
{"openapi":"3.0.2","info":{"title":"Archera.ai Beta API","version":"v1.0.0"},"components":{"schemas":{"Error":{"type":"object","properties":{"message":{"type":"string"},"errors":{"type":"object"}}}}}}
```
