Class: Google::Apis::AndroidpublisherV3::PendingCancellation
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::PendingCancellation
- 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
This is an indicator of whether there is a pending cancellation on the virtual installment plan. The cancellation will happen only after the user finished all committed payments.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PendingCancellation
constructor
A new instance of PendingCancellation.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PendingCancellation
Returns a new instance of PendingCancellation.
4221 4222 4223 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4221 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4226 4227 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4226 def update!(**args) end |