Class: Stripe::Capital::FinancingSummary::Details::CurrentRepaymentInterval
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Capital::FinancingSummary::Details::CurrentRepaymentInterval
- Defined in:
- lib/stripe/resources/capital/financing_summary.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#due_at ⇒ Object
readonly
Returns the value of attribute due_at.
-
#paid_amount ⇒ Object
readonly
Returns the value of attribute paid_amount.
-
#remaining_amount ⇒ Object
readonly
Returns the value of attribute remaining_amount.
Attributes inherited from StripeObject
Method Summary
Methods inherited from StripeObject
#==, #[], #[]=, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values
Constructor Details
This class inherits a constructor from Stripe::StripeObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject
Instance Attribute Details
#due_at ⇒ Object (readonly)
Returns the value of attribute due_at.
16 17 18 |
# File 'lib/stripe/resources/capital/financing_summary.rb', line 16 def due_at @due_at end |
#paid_amount ⇒ Object (readonly)
Returns the value of attribute paid_amount.
16 17 18 |
# File 'lib/stripe/resources/capital/financing_summary.rb', line 16 def paid_amount @paid_amount end |
#remaining_amount ⇒ Object (readonly)
Returns the value of attribute remaining_amount.
16 17 18 |
# File 'lib/stripe/resources/capital/financing_summary.rb', line 16 def remaining_amount @remaining_amount end |