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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The Bacs Direct Debit Display Name for this account.int
hashCode()
void
setDisplayName
(String displayName) The Bacs Direct Debit Display Name 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 will appear on the mandate, and as the statement descriptor. -
setDisplayName
The Bacs Direct Debit Display Name for this account. For payments made with Bacs Direct Debit, this will appear on the mandate, and as the statement descriptor. -
equals
-
canEqual
-
hashCode
public int hashCode()
-