Class: Stripe::Account::Settings::BacsDebitPayments
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Account::Settings::BacsDebitPayments
- Defined in:
- lib/stripe/resources/account.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#display_name ⇒ Object
readonly
The Bacs Direct Debit display name for this account.
-
#service_user_number ⇒ Object
readonly
The Bacs Direct Debit Service user number for this account.
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
#display_name ⇒ Object (readonly)
The Bacs Direct Debit display name for this account. For payments made with Bacs Direct Debit, this name appears on the mandate as the statement descriptor. Mobile banking apps display it as the name of the business. To use custom branding, set the Bacs Direct Debit Display Name during or right after creation. Custom branding incurs an additional monthly fee for the platform. The fee appears 5 business days after requesting Bacs. If you don’t set the display name before requesting Bacs capability, it’s automatically set as “Stripe” and the account is onboarded to Stripe branding, which is free.
438 439 440 |
# File 'lib/stripe/resources/account.rb', line 438 def display_name @display_name end |
#service_user_number ⇒ Object (readonly)
The Bacs Direct Debit Service user number for this account. For payments made with Bacs Direct Debit, this number is a unique identifier of the account with our banking partners.
440 441 442 |
# File 'lib/stripe/resources/account.rb', line 440 def service_user_number @service_user_number end |