Class: Stripe::Treasury::ReceivedDebit::InitiatingPaymentMethodDetails
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Treasury::ReceivedDebit::InitiatingPaymentMethodDetails
- Defined in:
- lib/stripe/resources/treasury/received_debit.rb
Defined Under Namespace
Classes: BillingDetails, FinancialAccount, UsBankAccount
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#balance ⇒ Object
readonly
Returns the value of attribute balance.
-
#billing_details ⇒ Object
readonly
Returns the value of attribute billing_details.
-
#financial_account ⇒ Object
readonly
Returns the value of attribute financial_account.
-
#issuing_card ⇒ Object
readonly
Returns the value of attribute issuing_card.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#us_bank_account ⇒ Object
readonly
Returns the value of attribute us_bank_account.
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
#balance ⇒ Object (readonly)
Returns the value of attribute balance.
30 31 32 |
# File 'lib/stripe/resources/treasury/received_debit.rb', line 30 def balance @balance end |
#billing_details ⇒ Object (readonly)
Returns the value of attribute billing_details.
30 31 32 |
# File 'lib/stripe/resources/treasury/received_debit.rb', line 30 def billing_details @billing_details end |
#financial_account ⇒ Object (readonly)
Returns the value of attribute financial_account.
30 31 32 |
# File 'lib/stripe/resources/treasury/received_debit.rb', line 30 def financial_account @financial_account end |
#issuing_card ⇒ Object (readonly)
Returns the value of attribute issuing_card.
30 31 32 |
# File 'lib/stripe/resources/treasury/received_debit.rb', line 30 def issuing_card @issuing_card end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
30 31 32 |
# File 'lib/stripe/resources/treasury/received_debit.rb', line 30 def type @type end |
#us_bank_account ⇒ Object (readonly)
Returns the value of attribute us_bank_account.
30 31 32 |
# File 'lib/stripe/resources/treasury/received_debit.rb', line 30 def us_bank_account @us_bank_account end |