#include <renewal_settings.h>
JSON template for a subscription renewal settings.
◆ RenewalSettings() [1/2]
| google_reseller_api::RenewalSettings::RenewalSettings |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ RenewalSettings() [2/2]
| google_reseller_api::RenewalSettings::RenewalSettings |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~RenewalSettings()
| google_reseller_api::RenewalSettings::~RenewalSettings |
( |
| ) |
|
|
virtual |
◆ clear_kind()
| void google_reseller_api::RenewalSettings::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind' attribute.
◆ clear_renewal_type()
| void google_reseller_api::RenewalSettings::clear_renewal_type |
( |
| ) |
|
|
inline |
Clears the 'renewalType' attribute.
◆ get_kind()
| const StringPiece google_reseller_api::RenewalSettings::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind' attribute.
◆ get_renewal_type()
| const StringPiece google_reseller_api::RenewalSettings::get_renewal_type |
( |
| ) |
const |
|
inline |
Get the value of the 'renewalType' attribute.
◆ GetTypeName()
| const StringPiece google_reseller_api::RenewalSettings::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_kind()
| bool google_reseller_api::RenewalSettings::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind' attribute was set.
- Returns
- true if the '
kind' attribute was set.
◆ has_renewal_type()
| bool google_reseller_api::RenewalSettings::has_renewal_type |
( |
| ) |
const |
|
inline |
Determine if the 'renewalType' attribute was set.
- Returns
- true if the '
renewalType' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_kind()
| void google_reseller_api::RenewalSettings::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind' attribute.
Identifies the resource as a subscription renewal setting. Value: subscriptions::renewalSettings.
- Parameters
-
◆ set_renewal_type()
| void google_reseller_api::RenewalSettings::set_renewal_type |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'renewalType' attribute.
Renewal settings for the annual commitment plan. For more detailed information, see renewal options in the administrator help center. When renewing a subscription, the renewalType is a required property.
- Parameters
-
The documentation for this class was generated from the following files: