INPUT_OBJECT
CreateUsageBasedBillingPolicyMutationInput
The input object that defines the fields for the createUsageBasedBillingPolicy mutation.
link GraphQL Schema definition
- input CreateUsageBasedBillingPolicyMutationInput {
- # A descriptive name.
- String! :
- # The available data usage in this policy, measured in gigabytes.
- Int! :
- # Whether or not rollover is enabled.
- Boolean! :
- # Whether or not rollover expiration is enabled.
- Boolean :
- # Rollover expires after this many months, if rollover expiration is enabled.
- Int :
- # Whether or not to assess charges for usage over the bandwidth limit at the end
- # of the billing period.
- Boolean! :
- # Whether or not a customer can purchase additional data usage capacity during a
- # billing period.
- Boolean! :
- # The overage service that this policy uses to charge for service overages.
- Int64Bit :
- # A note about this entity.
- NoteMutationInput :
- }