Class: Google::Apis::AndroidpublisherV3::SubscriptionPurchasesAcknowledgeRequest

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SubscriptionPurchasesAcknowledgeRequest

Returns a new instance of SubscriptionPurchasesAcknowledgeRequest.



4721
4722
4723
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4721

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#developer_payloadString

Payload to attach to the purchase. Corresponds to the JSON property developerPayload

Returns:

  • (String)


4719
4720
4721
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4719

def developer_payload
  @developer_payload
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4726
4727
4728
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4726

def update!(**args)
  @developer_payload = args[:developer_payload] if args.key?(:developer_payload)
end