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

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/androidpublisher_v3/classes.rb,
generated/google/apis/androidpublisher_v3/representations.rb,
generated/google/apis/androidpublisher_v3/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ SubscriptionPurchasesAcknowledgeRequest

Returns a new instance of SubscriptionPurchasesAcknowledgeRequest



1688
1689
1690
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1688

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)


1686
1687
1688
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1686

def developer_payload
  @developer_payload
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1693
1694
1695
# File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1693

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