Class: Google::Apis::ContentV2sandbox::OrderpaymentsNotifyAuthApprovedRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ContentV2sandbox::OrderpaymentsNotifyAuthApprovedRequest
 
 
- Defined in:
 - generated/google/apis/content_v2sandbox/classes.rb,
generated/google/apis/content_v2sandbox/representations.rb,
generated/google/apis/content_v2sandbox/representations.rb 
Instance Attribute Summary collapse
- 
  
    
      #auth_amount_pretax  ⇒ Google::Apis::ContentV2sandbox::Price 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Corresponds to the JSON property
authAmountPretax. - 
  
    
      #auth_amount_tax  ⇒ Google::Apis::ContentV2sandbox::Price 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Corresponds to the JSON property
authAmountTax. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ OrderpaymentsNotifyAuthApprovedRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of OrderpaymentsNotifyAuthApprovedRequest.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ OrderpaymentsNotifyAuthApprovedRequest
Returns a new instance of OrderpaymentsNotifyAuthApprovedRequest
      1472 1473 1474  | 
    
      # File 'generated/google/apis/content_v2sandbox/classes.rb', line 1472 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#auth_amount_pretax ⇒ Google::Apis::ContentV2sandbox::Price
Corresponds to the JSON property authAmountPretax
      1465 1466 1467  | 
    
      # File 'generated/google/apis/content_v2sandbox/classes.rb', line 1465 def auth_amount_pretax @auth_amount_pretax end  | 
  
#auth_amount_tax ⇒ Google::Apis::ContentV2sandbox::Price
Corresponds to the JSON property authAmountTax
      1470 1471 1472  | 
    
      # File 'generated/google/apis/content_v2sandbox/classes.rb', line 1470 def auth_amount_tax @auth_amount_tax end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      1477 1478 1479 1480  | 
    
      # File 'generated/google/apis/content_v2sandbox/classes.rb', line 1477 def update!(**args) @auth_amount_pretax = args[:auth_amount_pretax] if args.key?(:auth_amount_pretax) @auth_amount_tax = args[:auth_amount_tax] if args.key?(:auth_amount_tax) end  |