Class: Google::Apis::AndroidpublisherV3::ProductPurchasesAcknowledgeRequest

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 product.purchases.acknowledge API.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ProductPurchasesAcknowledgeRequest

Returns a new instance of ProductPurchasesAcknowledgeRequest.



2579
2580
2581
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2579

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)


2577
2578
2579
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2577

def developer_payload
  @developer_payload
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2584
2585
2586
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 2584

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