Class: Stripe::V2::Core::AccountService::UpdateParams::Configuration::Merchant::BacsDebitPayments
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Core::AccountService::UpdateParams::Configuration::Merchant::BacsDebitPayments
- Defined in:
- lib/stripe/services/v2/core/account_service.rb
Instance Attribute Summary collapse
-
#display_name ⇒ Object
Display name for Bacs debit payments.
Instance Method Summary collapse
-
#initialize(display_name: nil) ⇒ BacsDebitPayments
constructor
A new instance of BacsDebitPayments.
Methods inherited from RequestParams
Constructor Details
#initialize(display_name: nil) ⇒ BacsDebitPayments
Returns a new instance of BacsDebitPayments.
2422 2423 2424 |
# File 'lib/stripe/services/v2/core/account_service.rb', line 2422 def initialize(display_name: nil) @display_name = display_name end |
Instance Attribute Details
#display_name ⇒ Object
Display name for Bacs debit payments.
2420 2421 2422 |
# File 'lib/stripe/services/v2/core/account_service.rb', line 2420 def display_name @display_name end |