Class: Google::Apis::AndroidpublisherV3::SubscriptionPurchasesAcknowledgeRequest
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::SubscriptionPurchasesAcknowledgeRequest
- 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.acknowledge API.
Instance Attribute Summary collapse
-
#developer_payload ⇒ String
Payload to attach to the purchase.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SubscriptionPurchasesAcknowledgeRequest
constructor
A new instance of SubscriptionPurchasesAcknowledgeRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SubscriptionPurchasesAcknowledgeRequest
Returns a new instance of SubscriptionPurchasesAcknowledgeRequest.
1753 1754 1755 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1753 def initialize(**args) update!(**args) end |
Instance Attribute Details
#developer_payload ⇒ String
Payload to attach to the purchase.
Corresponds to the JSON property developerPayload
1751 1752 1753 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1751 def developer_payload @developer_payload end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1758 1759 1760 |
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1758 def update!(**args) @developer_payload = args[:developer_payload] if args.key?(:developer_payload) end |