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.
2418 2419 2420 |
# File 'lib/stripe/services/v2/core/account_service.rb', line 2418 def initialize(display_name: nil) @display_name = display_name end |
Instance Attribute Details
#display_name ⇒ Object
Display name for Bacs debit payments.
2416 2417 2418 |
# File 'lib/stripe/services/v2/core/account_service.rb', line 2416 def display_name @display_name end |