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
Settings for Bacs Direct Debit payments.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanDisplay name for Bacs Direct Debit payments.Service User Number (SUN) for Bacs Direct Debit payments.inthashCode()voidsetDisplayName(String displayName) Display name for Bacs Direct Debit payments.voidsetServiceUserNumber(String serviceUserNumber) Service User Number (SUN) for Bacs Direct 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 Direct Debit payments. -
getServiceUserNumber
Service User Number (SUN) for Bacs Direct Debit payments. -
setDisplayName
Display name for Bacs Direct Debit payments. -
setServiceUserNumber
Service User Number (SUN) for Bacs Direct Debit payments. -
equals
-
canEqual
-
hashCode
public int hashCode()
-