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