diff --git a/model/accounts_mgmt/v1/billing_model_item_type.model b/model/accounts_mgmt/v1/billing_model_item_type.model index af6d6ef9..bb587c04 100644 --- a/model/accounts_mgmt/v1/billing_model_item_type.model +++ b/model/accounts_mgmt/v1/billing_model_item_type.model @@ -8,4 +8,8 @@ struct BillingModelItem { Model String // Indicates the marketplace of the billing model. e.g. gcp, aws, etc. Marketplace String + // User friendly display name of the billing model. + DisplayName String + // Single line description of the billing model for better understanding. + Description String }