Class: ChargeBee::GatewayErrorDetail

Inherits:
Model
  • Object
show all
Defined in:
lib/chargebee/models/gateway_error_detail.rb

Instance Attribute Summary collapse

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_codeObject

Returns the value of attribute decline_code.



4
5
6
# File 'lib/chargebee/models/gateway_error_detail.rb', line 4

def decline_code
  @decline_code
end

#decline_messageObject

Returns the value of attribute decline_message.



4
5
6
# File 'lib/chargebee/models/gateway_error_detail.rb', line 4

def decline_message
  @decline_message
end

#error_categoryObject

Returns the value of attribute error_category.



4
5
6
# File 'lib/chargebee/models/gateway_error_detail.rb', line 4

def error_category
  @error_category
end

#error_codeObject

Returns the value of attribute error_code.



4
5
6
# File 'lib/chargebee/models/gateway_error_detail.rb', line 4

def error_code
  @error_code
end

#error_fieldObject

Returns the value of attribute error_field.



4
5
6
# File 'lib/chargebee/models/gateway_error_detail.rb', line 4

def error_field
  @error_field
end

#error_messageObject

Returns the value of attribute error_message.



4
5
6
# File 'lib/chargebee/models/gateway_error_detail.rb', line 4

def error_message
  @error_message
end

#network_error_codeObject

Returns the value of attribute network_error_code.



4
5
6
# File 'lib/chargebee/models/gateway_error_detail.rb', line 4

def network_error_code
  @network_error_code
end

#network_error_messageObject

Returns the value of attribute network_error_message.



4
5
6
# File 'lib/chargebee/models/gateway_error_detail.rb', line 4

def network_error_message
  @network_error_message
end

#processor_error_codeObject

Returns the value of attribute processor_error_code.



4
5
6
# File 'lib/chargebee/models/gateway_error_detail.rb', line 4

def processor_error_code
  @processor_error_code
end

#processor_error_messageObject

Returns the value of attribute processor_error_message.



4
5
6
# File 'lib/chargebee/models/gateway_error_detail.rb', line 4

def processor_error_message
  @processor_error_message
end

#recommendation_codeObject

Returns the value of attribute recommendation_code.



4
5
6
# File 'lib/chargebee/models/gateway_error_detail.rb', line 4

def recommendation_code
  @recommendation_code
end

#recommendation_messageObject

Returns the value of attribute recommendation_message.



4
5
6
# File 'lib/chargebee/models/gateway_error_detail.rb', line 4

def recommendation_message
  @recommendation_message
end

#request_idObject

Returns the value of attribute request_id.



4
5
6
# File 'lib/chargebee/models/gateway_error_detail.rb', line 4

def request_id
  @request_id
end