Class: Google::Apis::ContentV2sandbox::OrderpaymentsNotifyAuthDeclinedRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ContentV2sandbox::OrderpaymentsNotifyAuthDeclinedRequest
 
 
- 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
- 
  
    
      #decline_reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Reason why payment authorization was declined.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ OrderpaymentsNotifyAuthDeclinedRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of OrderpaymentsNotifyAuthDeclinedRequest.
 - 
  
    
      #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) ⇒ OrderpaymentsNotifyAuthDeclinedRequest
Returns a new instance of OrderpaymentsNotifyAuthDeclinedRequest
      1518 1519 1520  | 
    
      # File 'generated/google/apis/content_v2sandbox/classes.rb', line 1518 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#decline_reason ⇒ String
Reason why payment authorization was declined.
Corresponds to the JSON property declineReason
      1516 1517 1518  | 
    
      # File 'generated/google/apis/content_v2sandbox/classes.rb', line 1516 def decline_reason @decline_reason end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      1523 1524 1525  | 
    
      # File 'generated/google/apis/content_v2sandbox/classes.rb', line 1523 def update!(**args) @decline_reason = args[:decline_reason] if args.key?(:decline_reason) end  |