class Google::Apis::AndroidpublisherV3::SubscriptionPurchasesAcknowledgeRequest
Request for the purchases.subscriptions.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 1756 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 1761 def update!(**args) @developer_payload = args[:developer_payload] if args.key?(:developer_payload) end