|
reseller
v1
|
#include <subscription.h>
Public Member Functions | |
| SubscriptionTransferInfo (const Json::Value &storage) | |
| SubscriptionTransferInfo (Json::Value *storage) | |
| virtual | ~SubscriptionTransferInfo () |
| const StringPiece | GetTypeName () const |
| bool | has_minimum_transferable_seats () const |
| void | clear_minimum_transferable_seats () |
| int32 | get_minimum_transferable_seats () const |
| void | set_minimum_transferable_seats (int32 value) |
| bool | has_transferability_expiration_time () const |
| void | clear_transferability_expiration_time () |
| int64 | get_transferability_expiration_time () const |
| void | set_transferability_expiration_time (int64 value) |
Static Public Member Functions | |
| static SubscriptionTransferInfo * | New () |
Read-only transfer related information for the subscription. For more information, see retrieve transferable subscriptions for a customer.
|
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 'minimumTransferableSeats' attribute.
|
inline |
Clears the 'transferabilityExpirationTime' attribute.
|
inline |
Get the value of the 'minimumTransferableSeats' attribute.
|
inline |
Get the value of the 'transferabilityExpirationTime' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_reseller_api::SubscriptionTransferInfo
|
inline |
Determine if the 'minimumTransferableSeats' attribute was set.
minimumTransferableSeats' attribute was set.
|
inline |
Determine if the 'transferabilityExpirationTime' attribute was set.
transferabilityExpirationTime' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'minimumTransferableSeats' attribute.
When inserting a subscription, this is the minimum number of seats listed in the transfer order for this product. For example, if the customer has 20 users, the reseller cannot place a transfer order of 15 seats. The minimum is 20 seats.
| [in] | value | The new value. |
|
inline |
Change the 'transferabilityExpirationTime' attribute.
The time when transfer token or intent to transfer will expire. The time is in milliseconds using UNIX Epoch format.
| [in] | value | The new value. |