Class: Stripe::AccountUpdateParams::Settings::SepaDebitPayments
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::AccountUpdateParams::Settings::SepaDebitPayments
- Defined in:
- lib/stripe/params/account_update_params.rb
Instance Attribute Summary collapse
-
#creditor_id ⇒ Object
The business creditor id for european payments.
Instance Method Summary collapse
-
#initialize(creditor_id: nil) ⇒ SepaDebitPayments
constructor
A new instance of SepaDebitPayments.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(creditor_id: nil) ⇒ SepaDebitPayments
Returns a new instance of SepaDebitPayments.
2362 2363 2364 |
# File 'lib/stripe/params/account_update_params.rb', line 2362 def initialize(creditor_id: nil) @creditor_id = creditor_id end |
Instance Attribute Details
#creditor_id ⇒ Object
The business creditor id for european payments.
2360 2361 2362 |
# File 'lib/stripe/params/account_update_params.rb', line 2360 def creditor_id @creditor_id end |