class Google::Apis::ResellerV1::Subscription::TransferInfo
Transfer related information for the subscription.
Attributes
minimum_transferable_seats[RW]
Corresponds to the JSON property `minimumTransferableSeats` @return [Fixnum]
transferability_expiration_time[RW]
Time when transfer token or intent to transfer will expire. Corresponds to the JSON property `transferabilityExpirationTime` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/reseller_v1/classes.rb, line 469 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/reseller_v1/classes.rb, line 474 def update!(**args) @minimum_transferable_seats = args[:minimum_transferable_seats] if args.key?(:minimum_transferable_seats) @transferability_expiration_time = args[:transferability_expiration_time] if args.key?(:transferability_expiration_time) end