Class: Stripe::PaymentMethod::IdBankTransfer
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::PaymentMethod::IdBankTransfer
- Defined in:
- lib/stripe/resources/payment_method.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#bank ⇒ Object
readonly
Attribute for field bank.
-
#bank_code ⇒ Object
readonly
Attribute for field bank_code.
-
#bank_name ⇒ Object
readonly
Attribute for field bank_name.
-
#display_name ⇒ Object
readonly
Attribute for field display_name.
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
#bank ⇒ Object (readonly)
Attribute for field bank
442 443 444 |
# File 'lib/stripe/resources/payment_method.rb', line 442 def bank @bank end |
#bank_code ⇒ Object (readonly)
Attribute for field bank_code
444 445 446 |
# File 'lib/stripe/resources/payment_method.rb', line 444 def bank_code @bank_code end |
#bank_name ⇒ Object (readonly)
Attribute for field bank_name
446 447 448 |
# File 'lib/stripe/resources/payment_method.rb', line 446 def bank_name @bank_name end |
#display_name ⇒ Object (readonly)
Attribute for field display_name
448 449 450 |
# File 'lib/stripe/resources/payment_method.rb', line 448 def display_name @display_name end |