Class: Stripe::Capital::FinancingTransaction::Details

Inherits:
StripeObject
  • Object
show all
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

Attributes inherited from StripeObject

#last_response

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_amountObject (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

#currencyObject (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_amountObject (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_paymentObject (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

#reasonObject (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_transactionObject (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_amountObject (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

#transactionObject (readonly)

Returns the value of attribute transaction.



19
20
21
# File 'lib/stripe/resources/capital/financing_transaction.rb', line 19

def transaction
  @transaction
end