Skip to content

Commit

Permalink
detailed tabular/binary data storage costs
Browse files Browse the repository at this point in the history
  • Loading branch information
ehhong committed Apr 19, 2024
1 parent 6dcc42f commit b395f4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/viam/app/v1/billing.proto
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ message GetCurrentMonthUsageResponse {
double discount_amount = 8;
double total_usage_with_discount = 9;
double total_usage_without_discount = 10;
double binary_data_cloud_storage_usage_cost = 11;
double tabular_data_cloud_storage_usage_cost = 12;
}

message GetOrgBillingInformationRequest {
Expand Down

0 comments on commit b395f4d

Please sign in to comment.