Class: Google::Apis::AndroidpublisherV3::SubscriptionPurchasesDeferRequest
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::SubscriptionPurchasesDeferRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/androidpublisher_v3/classes.rb,
generated/google/apis/androidpublisher_v3/representations.rb,
generated/google/apis/androidpublisher_v3/representations.rb
Overview
Request for the purchases.subscriptions.defer API.
Instance Attribute Summary collapse
-
#deferral_info ⇒ Google::Apis::AndroidpublisherV3::SubscriptionDeferralInfo
A SubscriptionDeferralInfo contains the data needed to defer a subscription purchase to a future expiry time.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SubscriptionPurchasesDeferRequest
constructor
A new instance of SubscriptionPurchasesDeferRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SubscriptionPurchasesDeferRequest
Returns a new instance of SubscriptionPurchasesDeferRequest.
1773 1774 1775 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1773 def initialize(**args) update!(**args) end |
Instance Attribute Details
#deferral_info ⇒ Google::Apis::AndroidpublisherV3::SubscriptionDeferralInfo
A SubscriptionDeferralInfo contains the data needed to defer a subscription
purchase to a future expiry time.
Corresponds to the JSON property deferralInfo
1771 1772 1773 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1771 def deferral_info @deferral_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1778 1779 1780 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1778 def update!(**args) @deferral_info = args[:deferral_info] if args.key?(:deferral_info) end |