View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1RenewalSettings (google_api_cloud_channel v0.8.0)
Renewal settings for renewable Offers.
Attributes
-
enableRenewal
(type:boolean()
, default:nil
) - If false, the plan will be completed at the end date. -
paymentCycle
(type:GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1Period.t
, default:nil
) - Describes how frequently the reseller will be billed, such as once per month. -
paymentPlan
(type:String.t
, default:nil
) - Describes how a reseller will be billed. -
resizeUnitCount
(type:boolean()
, default:nil
) - If true and enable_renewal = true, the unit (for example seats or licenses) will be set to the number of active units at renewal time.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1RenewalSettings{ enableRenewal: boolean() | nil, paymentCycle: GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1Period.t() | nil, paymentPlan: String.t() | nil, resizeUnitCount: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.