ResourceType(value)
Represents the type for a monetizable resource(any entity on which billing happens). For example, this could be MINUTES for Google Voice and GB for Google Drive. One SKU can map to multiple monetizable resources.
Enums |
|
---|---|
Name | Description |
RESOURCE_TYPE_UNSPECIFIED |
Not used. |
SEAT |
Seat. |
MAU |
Monthly active user. |
GB |
GB (used for storage SKUs). |
LICENSED_USER |
Active licensed users(for Voice SKUs). |
MINUTES |
Voice usage. |
IAAS_USAGE |
For IaaS SKUs like Google Cloud, monetization is based on usage accrued on your billing account irrespective of the type of monetizable resource. This enum represents an aggregated resource/container for all usage SKUs on a billing account. Currently, only applicable to Google Cloud. |
SUBSCRIPTION |
For Google Cloud subscriptions like Anthos or SAP. |