Package com.stripe.model
Class Account.Settings.BacsDebitPayments
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Account.Settings.BacsDebitPayments
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.Settings
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The Bacs Direct Debit display name for this account.The Bacs Direct Debit Service user number for this account.int
hashCode()
void
setDisplayName
(String displayName) The Bacs Direct Debit display name for this account.void
setServiceUserNumber
(String serviceUserNumber) The Bacs Direct Debit Service user number for this account.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
BacsDebitPayments
public BacsDebitPayments()
-
-
Method Details
-
getDisplayName
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. -
getServiceUserNumber
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. -
setDisplayName
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. -
setServiceUserNumber
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. -
equals
-
canEqual
-
hashCode
public int hashCode()
-