Class: Google::Apis::AndroidpublisherV3::PurchaseStateContext
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::PurchaseStateContext
- 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
Context about the purchase state.
Instance Attribute Summary collapse
-
#purchase_state ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PurchaseStateContext
constructor
A new instance of PurchaseStateContext.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PurchaseStateContext
Returns a new instance of PurchaseStateContext.
7034 7035 7036 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 7034 def initialize(**args) update!(**args) end |
Instance Attribute Details
#purchase_state ⇒ String
Output only. The purchase state of the purchase.
Corresponds to the JSON property purchaseState
7032 7033 7034 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 7032 def purchase_state @purchase_state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7039 7040 7041 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 7039 def update!(**args) @purchase_state = args[:purchase_state] if args.key?(:purchase_state) end |