Class: ChargeBee::Transaction::GatewayErrorDetail
- Defined in:
- lib/chargebee/models/transaction.rb
Instance Attribute Summary collapse
-
#decline_code ⇒ Object
Returns the value of attribute decline_code.
-
#decline_message ⇒ Object
Returns the value of attribute decline_message.
-
#error_category ⇒ Object
Returns the value of attribute error_category.
-
#error_code ⇒ Object
Returns the value of attribute error_code.
-
#error_field ⇒ Object
Returns the value of attribute error_field.
-
#error_message ⇒ Object
Returns the value of attribute error_message.
-
#network_error_code ⇒ Object
Returns the value of attribute network_error_code.
-
#network_error_message ⇒ Object
Returns the value of attribute network_error_message.
-
#processor_error_code ⇒ Object
Returns the value of attribute processor_error_code.
-
#processor_error_message ⇒ Object
Returns the value of attribute processor_error_message.
-
#recommendation_code ⇒ Object
Returns the value of attribute recommendation_code.
-
#recommendation_message ⇒ Object
Returns the value of attribute recommendation_message.
-
#request_id ⇒ Object
Returns the value of attribute request_id.
Method Summary
Methods inherited from Model
construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #replace_white_space_with_underscore, #to_s, uri_path
Constructor Details
This class inherits a constructor from ChargeBee::Model
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ChargeBee::Model
Instance Attribute Details
#decline_code ⇒ Object
Returns the value of attribute decline_code.
21 22 23 |
# File 'lib/chargebee/models/transaction.rb', line 21 def decline_code @decline_code end |
#decline_message ⇒ Object
Returns the value of attribute decline_message.
21 22 23 |
# File 'lib/chargebee/models/transaction.rb', line 21 def @decline_message end |
#error_category ⇒ Object
Returns the value of attribute error_category.
21 22 23 |
# File 'lib/chargebee/models/transaction.rb', line 21 def error_category @error_category end |
#error_code ⇒ Object
Returns the value of attribute error_code.
21 22 23 |
# File 'lib/chargebee/models/transaction.rb', line 21 def error_code @error_code end |
#error_field ⇒ Object
Returns the value of attribute error_field.
21 22 23 |
# File 'lib/chargebee/models/transaction.rb', line 21 def error_field @error_field end |
#error_message ⇒ Object
Returns the value of attribute error_message.
21 22 23 |
# File 'lib/chargebee/models/transaction.rb', line 21 def @error_message end |
#network_error_code ⇒ Object
Returns the value of attribute network_error_code.
21 22 23 |
# File 'lib/chargebee/models/transaction.rb', line 21 def network_error_code @network_error_code end |
#network_error_message ⇒ Object
Returns the value of attribute network_error_message.
21 22 23 |
# File 'lib/chargebee/models/transaction.rb', line 21 def @network_error_message end |
#processor_error_code ⇒ Object
Returns the value of attribute processor_error_code.
21 22 23 |
# File 'lib/chargebee/models/transaction.rb', line 21 def processor_error_code @processor_error_code end |
#processor_error_message ⇒ Object
Returns the value of attribute processor_error_message.
21 22 23 |
# File 'lib/chargebee/models/transaction.rb', line 21 def @processor_error_message end |
#recommendation_code ⇒ Object
Returns the value of attribute recommendation_code.
21 22 23 |
# File 'lib/chargebee/models/transaction.rb', line 21 def recommendation_code @recommendation_code end |
#recommendation_message ⇒ Object
Returns the value of attribute recommendation_message.
21 22 23 |
# File 'lib/chargebee/models/transaction.rb', line 21 def @recommendation_message end |
#request_id ⇒ Object
Returns the value of attribute request_id.
21 22 23 |
# File 'lib/chargebee/models/transaction.rb', line 21 def request_id @request_id end |