|
reseller
v1
|
#include <subscription.h>
Public Member Functions | |
| SubscriptionTrialSettings (const Json::Value &storage) | |
| SubscriptionTrialSettings (Json::Value *storage) | |
| virtual | ~SubscriptionTrialSettings () |
| const StringPiece | GetTypeName () const |
| bool | has_is_in_trial () const |
| void | clear_is_in_trial () |
| bool | get_is_in_trial () const |
| void | set_is_in_trial (bool value) |
| bool | has_trial_end_time () const |
| void | clear_trial_end_time () |
| int64 | get_trial_end_time () const |
| void | set_trial_end_time (int64 value) |
Static Public Member Functions | |
| static SubscriptionTrialSettings * | New () |
The G Suite annual commitment and flexible payment plans can be in a 30-day free trial. For more information, see the API concepts.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'isInTrial' attribute.
|
inline |
Clears the 'trialEndTime' attribute.
|
inline |
Get the value of the 'isInTrial' attribute.
|
inline |
Get the value of the 'trialEndTime' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_reseller_api::SubscriptionTrialSettings
|
inline |
Determine if the 'isInTrial' attribute was set.
isInTrial' attribute was set.
|
inline |
Determine if the 'trialEndTime' attribute was set.
trialEndTime' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'isInTrial' attribute.
Determines if a subscription's plan is in a 30-day free trial or not:
| [in] | value | The new value. |
|
inline |
Change the 'trialEndTime' attribute.
Date when the trial ends. The value is in milliseconds using the UNIX Epoch format. See an example Epoch converter.
| [in] | value | The new value. |