INPUT_OBJECT
UpdateUsageBasedBillingPolicyMutationInput
The input object that defines the fields for the updateUsageBasedBillingPolicy mutation.
link GraphQL Schema definition
- input UpdateUsageBasedBillingPolicyMutationInput {
- #   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
- #   Setting this value to `true` will set `service_id` to null.
- : Boolean
- }