Class: Stripe::Capital::FinancingSummary::Details
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Capital::FinancingSummary::Details
- Defined in:
- lib/stripe/resources/capital/financing_summary.rb
Defined Under Namespace
Classes: CurrentRepaymentInterval
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#advance_amount ⇒ Object
readonly
Returns the value of attribute advance_amount.
-
#advance_paid_out_at ⇒ Object
readonly
Returns the value of attribute advance_paid_out_at.
-
#currency ⇒ Object
readonly
Returns the value of attribute currency.
-
#current_repayment_interval ⇒ Object
readonly
Returns the value of attribute current_repayment_interval.
-
#fee_amount ⇒ Object
readonly
Returns the value of attribute fee_amount.
-
#paid_amount ⇒ Object
readonly
Returns the value of attribute paid_amount.
-
#remaining_amount ⇒ Object
readonly
Returns the value of attribute remaining_amount.
-
#repayments_begin_at ⇒ Object
readonly
Returns the value of attribute repayments_begin_at.
-
#withhold_rate ⇒ Object
readonly
Returns the value of attribute withhold_rate.
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
#advance_amount ⇒ Object (readonly)
Returns the value of attribute advance_amount.
18 19 20 |
# File 'lib/stripe/resources/capital/financing_summary.rb', line 18 def advance_amount @advance_amount end |
#advance_paid_out_at ⇒ Object (readonly)
Returns the value of attribute advance_paid_out_at.
18 19 20 |
# File 'lib/stripe/resources/capital/financing_summary.rb', line 18 def advance_paid_out_at @advance_paid_out_at end |
#currency ⇒ Object (readonly)
Returns the value of attribute currency.
18 19 20 |
# File 'lib/stripe/resources/capital/financing_summary.rb', line 18 def currency @currency end |
#current_repayment_interval ⇒ Object (readonly)
Returns the value of attribute current_repayment_interval.
18 19 20 |
# File 'lib/stripe/resources/capital/financing_summary.rb', line 18 def current_repayment_interval @current_repayment_interval end |
#fee_amount ⇒ Object (readonly)
Returns the value of attribute fee_amount.
18 19 20 |
# File 'lib/stripe/resources/capital/financing_summary.rb', line 18 def fee_amount @fee_amount end |
#paid_amount ⇒ Object (readonly)
Returns the value of attribute paid_amount.
18 19 20 |
# File 'lib/stripe/resources/capital/financing_summary.rb', line 18 def paid_amount @paid_amount end |
#remaining_amount ⇒ Object (readonly)
Returns the value of attribute remaining_amount.
18 19 20 |
# File 'lib/stripe/resources/capital/financing_summary.rb', line 18 def remaining_amount @remaining_amount end |
#repayments_begin_at ⇒ Object (readonly)
Returns the value of attribute repayments_begin_at.
18 19 20 |
# File 'lib/stripe/resources/capital/financing_summary.rb', line 18 def repayments_begin_at @repayments_begin_at end |
#withhold_rate ⇒ Object (readonly)
Returns the value of attribute withhold_rate.
18 19 20 |
# File 'lib/stripe/resources/capital/financing_summary.rb', line 18 def withhold_rate @withhold_rate end |