Class: Google::Apis::AndroidpublisherV2::DeferSubscriptionPurchasesRequest
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV2::DeferSubscriptionPurchasesRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/androidpublisher_v2/classes.rb,
generated/google/apis/androidpublisher_v2/representations.rb,
generated/google/apis/androidpublisher_v2/representations.rb
Instance Attribute Summary collapse
-
#deferral_info ⇒ Google::Apis::AndroidpublisherV2::SubscriptionDeferralInfo
A SubscriptionDeferralInfo contains the data needed to defer a subscription purchase to a future expiry time.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DeferSubscriptionPurchasesRequest
constructor
A new instance of DeferSubscriptionPurchasesRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ DeferSubscriptionPurchasesRequest
Returns a new instance of DeferSubscriptionPurchasesRequest
1610 1611 1612 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 1610 def initialize(**args) update!(**args) end |
Instance Attribute Details
#deferral_info ⇒ Google::Apis::AndroidpublisherV2::SubscriptionDeferralInfo
A SubscriptionDeferralInfo contains the data needed to defer a subscription
purchase to a future expiry time.
Corresponds to the JSON property deferralInfo
1608 1609 1610 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 1608 def deferral_info @deferral_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1615 1616 1617 |
# File 'generated/google/apis/androidpublisher_v2/classes.rb', line 1615 def update!(**args) @deferral_info = args[:deferral_info] if args.key?(:deferral_info) end |