Class: Google::Apis::AndroidpublisherV3::DeferSubscriptionPurchaseResponse
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::DeferSubscriptionPurchaseResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/androidpublisher_v3/classes.rb,
lib/google/apis/androidpublisher_v3/representations.rb,
lib/google/apis/androidpublisher_v3/representations.rb
Overview
Response for the v2 purchases.subscriptions.defer API.
Instance Attribute Summary collapse
-
#item_expiry_time_details ⇒ Array<Google::Apis::AndroidpublisherV3::ItemExpiryTimeDetails>
The new expiry time for each subscription items.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DeferSubscriptionPurchaseResponse
constructor
A new instance of DeferSubscriptionPurchaseResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DeferSubscriptionPurchaseResponse
Returns a new instance of DeferSubscriptionPurchaseResponse.
2263 2264 2265 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2263 def initialize(**args) update!(**args) end |
Instance Attribute Details
#item_expiry_time_details ⇒ Array<Google::Apis::AndroidpublisherV3::ItemExpiryTimeDetails>
The new expiry time for each subscription items.
Corresponds to the JSON property itemExpiryTimeDetails
2261 2262 2263 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2261 def item_expiry_time_details @item_expiry_time_details end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2268 2269 2270 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2268 def update!(**args) @item_expiry_time_details = args[:item_expiry_time_details] if args.key?(:item_expiry_time_details) end |