Class: Stripe::Capital::FinancingTransaction::Details
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Capital::FinancingTransaction::Details
- Defined in:
- lib/stripe/resources/capital/financing_transaction.rb
Defined Under Namespace
Classes: Transaction
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.
-
#currency ⇒ Object
readonly
Returns the value of attribute currency.
-
#fee_amount ⇒ Object
readonly
Returns the value of attribute fee_amount.
-
#linked_payment ⇒ Object
readonly
Returns the value of attribute linked_payment.
-
#reason ⇒ Object
readonly
Returns the value of attribute reason.
-
#reversed_transaction ⇒ Object
readonly
Returns the value of attribute reversed_transaction.
-
#total_amount ⇒ Object
readonly
Returns the value of attribute total_amount.
-
#transaction ⇒ Object
readonly
Returns the value of attribute transaction.
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.
19 20 21 |
# File 'lib/stripe/resources/capital/financing_transaction.rb', line 19 def advance_amount @advance_amount end |
#currency ⇒ Object (readonly)
Returns the value of attribute currency.
19 20 21 |
# File 'lib/stripe/resources/capital/financing_transaction.rb', line 19 def currency @currency end |
#fee_amount ⇒ Object (readonly)
Returns the value of attribute fee_amount.
19 20 21 |
# File 'lib/stripe/resources/capital/financing_transaction.rb', line 19 def fee_amount @fee_amount end |
#linked_payment ⇒ Object (readonly)
Returns the value of attribute linked_payment.
19 20 21 |
# File 'lib/stripe/resources/capital/financing_transaction.rb', line 19 def linked_payment @linked_payment end |
#reason ⇒ Object (readonly)
Returns the value of attribute reason.
19 20 21 |
# File 'lib/stripe/resources/capital/financing_transaction.rb', line 19 def reason @reason end |
#reversed_transaction ⇒ Object (readonly)
Returns the value of attribute reversed_transaction.
19 20 21 |
# File 'lib/stripe/resources/capital/financing_transaction.rb', line 19 def reversed_transaction @reversed_transaction end |
#total_amount ⇒ Object (readonly)
Returns the value of attribute total_amount.
19 20 21 |
# File 'lib/stripe/resources/capital/financing_transaction.rb', line 19 def total_amount @total_amount end |
#transaction ⇒ Object (readonly)
Returns the value of attribute transaction.
19 20 21 |
# File 'lib/stripe/resources/capital/financing_transaction.rb', line 19 def transaction @transaction end |