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.
4242 4243 4244 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4242 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4247 4248 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4247 def update!(**args) end |