Class: Google::Apis::AndroidpublisherV3::ProductPurchasesAcknowledgeRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::AndroidpublisherV3::ProductPurchasesAcknowledgeRequest
 
 
- 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
- 
  
    
      #developer_payload  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Payload to attach to the purchase.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ProductPurchasesAcknowledgeRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ProductPurchasesAcknowledgeRequest.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ ProductPurchasesAcknowledgeRequest
Returns a new instance of ProductPurchasesAcknowledgeRequest.
      4457 4458 4459  | 
    
      # File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4457 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#developer_payload ⇒ String
Payload to attach to the purchase.
Corresponds to the JSON property developerPayload
      4455 4456 4457  | 
    
      # File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4455 def developer_payload @developer_payload end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      4462 4463 4464  | 
    
      # File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4462 def update!(**args) @developer_payload = args[:developer_payload] if args.key?(:developer_payload) end  |