Package com.stripe.model.v2.core
Class Account.Configuration.Merchant.BacsDebitPayments
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Account.Configuration.Merchant.BacsDebitPayments
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.Configuration.Merchant
For more details about BacsDebitPayments, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Display name for Bacs debit payments.Service user number for Bacs debit payments.int
hashCode()
void
setDisplayName
(String displayName) Display name for Bacs debit payments.void
setServiceUserNumber
(String serviceUserNumber) Service user number for Bacs debit payments.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
BacsDebitPayments
public BacsDebitPayments()
-
-
Method Details
-
getDisplayName
Display name for Bacs debit payments. -
getServiceUserNumber
Service user number for Bacs debit payments. -
setDisplayName
Display name for Bacs debit payments. -
setServiceUserNumber
Service user number for Bacs debit payments. -
equals
-
canEqual
-
hashCode
public int hashCode()
-