Class: ChargeBee::PaymentIntent::PaymentAttempt
- Defined in:
- lib/chargebee/models/payment_intent.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#error_code ⇒ Object
Returns the value of attribute error_code.
-
#error_text ⇒ Object
Returns the value of attribute error_text.
-
#id ⇒ Object
Returns the value of attribute id.
-
#id_at_gateway ⇒ Object
Returns the value of attribute id_at_gateway.
-
#modified_at ⇒ Object
Returns the value of attribute modified_at.
-
#payment_method_type ⇒ Object
Returns the value of attribute payment_method_type.
-
#status ⇒ Object
Returns the value of attribute status.
Method Summary
Methods inherited from Model
construct, #init_dependant, #init_dependant_list, #initialize, #inspect, #load, #method_missing, #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
#created_at ⇒ Object
Returns the value of attribute created_at.
5 6 7 |
# File 'lib/chargebee/models/payment_intent.rb', line 5 def created_at @created_at end |
#error_code ⇒ Object
Returns the value of attribute error_code.
5 6 7 |
# File 'lib/chargebee/models/payment_intent.rb', line 5 def error_code @error_code end |
#error_text ⇒ Object
Returns the value of attribute error_text.
5 6 7 |
# File 'lib/chargebee/models/payment_intent.rb', line 5 def error_text @error_text end |
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/chargebee/models/payment_intent.rb', line 5 def id @id end |
#id_at_gateway ⇒ Object
Returns the value of attribute id_at_gateway.
5 6 7 |
# File 'lib/chargebee/models/payment_intent.rb', line 5 def id_at_gateway @id_at_gateway end |
#modified_at ⇒ Object
Returns the value of attribute modified_at.
5 6 7 |
# File 'lib/chargebee/models/payment_intent.rb', line 5 def modified_at @modified_at end |
#payment_method_type ⇒ Object
Returns the value of attribute payment_method_type.
5 6 7 |
# File 'lib/chargebee/models/payment_intent.rb', line 5 def payment_method_type @payment_method_type end |
#status ⇒ Object
Returns the value of attribute status.
5 6 7 |
# File 'lib/chargebee/models/payment_intent.rb', line 5 def status @status end |