class Google::Apis::AndroidpublisherV3::ProductPurchasesAcknowledgeRequest

Request for the product.purchases.acknowledge API.

Attributes

developer_payload[RW]

Payload to attach to the purchase. Corresponds to the JSON property `developerPayload` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/androidpublisher_v3/classes.rb, line 1266
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/androidpublisher_v3/classes.rb, line 1271
def update!(**args)
  @developer_payload = args[:developer_payload] if args.key?(:developer_payload)
end