Class: ChargeBee::Invoice::DunningAttempt
- Defined in:
- lib/chargebee/models/invoice.rb
Instance Attribute Summary collapse
-
#attempt ⇒ Object
Returns the value of attribute attempt.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#dunning_type ⇒ Object
Returns the value of attribute dunning_type.
-
#transaction_id ⇒ Object
Returns the value of attribute transaction_id.
-
#txn_amount ⇒ Object
Returns the value of attribute txn_amount.
-
#txn_status ⇒ Object
Returns the value of attribute txn_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
#attempt ⇒ Object
Returns the value of attribute attempt.
33 34 35 |
# File 'lib/chargebee/models/invoice.rb', line 33 def attempt @attempt end |
#created_at ⇒ Object
Returns the value of attribute created_at.
33 34 35 |
# File 'lib/chargebee/models/invoice.rb', line 33 def created_at @created_at end |
#dunning_type ⇒ Object
Returns the value of attribute dunning_type.
33 34 35 |
# File 'lib/chargebee/models/invoice.rb', line 33 def dunning_type @dunning_type end |
#transaction_id ⇒ Object
Returns the value of attribute transaction_id.
33 34 35 |
# File 'lib/chargebee/models/invoice.rb', line 33 def transaction_id @transaction_id end |
#txn_amount ⇒ Object
Returns the value of attribute txn_amount.
33 34 35 |
# File 'lib/chargebee/models/invoice.rb', line 33 def txn_amount @txn_amount end |
#txn_status ⇒ Object
Returns the value of attribute txn_status.
33 34 35 |
# File 'lib/chargebee/models/invoice.rb', line 33 def txn_status @txn_status end |