Class: Google::Apis::AndroidpublisherV3::SubscriptionPurchasesAcknowledgeRequest
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::SubscriptionPurchasesAcknowledgeRequest
- 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
Request for the purchases.subscriptions.acknowledge API.
Instance Attribute Summary collapse
-
#developer_payload ⇒ String
Payload to attach to the purchase.
-
#external_account_ids ⇒ Google::Apis::AndroidpublisherV3::ExternalAccountIds
User account identifier in your app.
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.
9068 9069 9070 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 9068 def initialize(**args) update!(**args) end |
Instance Attribute Details
#developer_payload ⇒ String
Payload to attach to the purchase.
Corresponds to the JSON property developerPayload
9061 9062 9063 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 9061 def developer_payload @developer_payload end |
#external_account_ids ⇒ Google::Apis::AndroidpublisherV3::ExternalAccountIds
User account identifier in your app.
Corresponds to the JSON property externalAccountIds
9066 9067 9068 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 9066 def external_account_ids @external_account_ids end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9073 9074 9075 9076 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 9073 def update!(**args) @developer_payload = args[:developer_payload] if args.key?(:developer_payload) @external_account_ids = args[:external_account_ids] if args.key?(:external_account_ids) end |