Class: Recurly::Resources::TransactionError
- Inherits:
-
Recurly::Resource
- Object
- Recurly::Resource
- Recurly::Resources::TransactionError
- Defined in:
- lib/recurly/resources/transaction_error.rb
Instance Attribute Summary collapse
-
#category ⇒ String
Category.
-
#code ⇒ String
Code.
-
#decline_code ⇒ String
Decline code.
-
#fraud_info ⇒ TransactionFraudInfo
Fraud information.
-
#merchant_advice ⇒ String
Merchant message.
-
#message ⇒ String
Customer message.
-
#object ⇒ String
Object type.
-
#three_d_secure_action_token_id ⇒ String
Returned when 3-D Secure authentication is required for a transaction.
-
#transaction_id ⇒ String
Transaction ID.
Attributes inherited from Recurly::Resource
Method Summary
Methods inherited from Recurly::Resource
#==, #get_response, #inspect, #requires_client?, #to_json, #to_s
Methods included from Schema::SchemaFactory
Methods included from Schema::ResourceCaster
Methods included from Schema::SchemaValidator
#get_did_you_mean, #validate!, #validate_attribute!
Instance Attribute Details
#category ⇒ String
Returns Category.
11 |
# File 'lib/recurly/resources/transaction_error.rb', line 11 define_attribute :category, String |
#code ⇒ String
Returns Code.
15 |
# File 'lib/recurly/resources/transaction_error.rb', line 15 define_attribute :code, String |
#decline_code ⇒ String
Returns Decline code.
19 |
# File 'lib/recurly/resources/transaction_error.rb', line 19 define_attribute :decline_code, String |
#fraud_info ⇒ TransactionFraudInfo
Returns Fraud information.
23 |
# File 'lib/recurly/resources/transaction_error.rb', line 23 define_attribute :fraud_info, :TransactionFraudInfo |
#merchant_advice ⇒ String
Returns Merchant message.
27 |
# File 'lib/recurly/resources/transaction_error.rb', line 27 define_attribute :merchant_advice, String |
#message ⇒ String
Returns Customer message.
31 |
# File 'lib/recurly/resources/transaction_error.rb', line 31 define_attribute :message, String |
#object ⇒ String
Returns Object type.
35 |
# File 'lib/recurly/resources/transaction_error.rb', line 35 define_attribute :object, String |
#three_d_secure_action_token_id ⇒ String
Returned when 3-D Secure authentication is required for a transaction. Pass this value to Recurly.js so it can continue the challenge flow.
39 |
# File 'lib/recurly/resources/transaction_error.rb', line 39 define_attribute :three_d_secure_action_token_id, String |
#transaction_id ⇒ String
Returns Transaction ID.
43 |
# File 'lib/recurly/resources/transaction_error.rb', line 43 define_attribute :transaction_id, String |