Package com.stripe.model
Class Mandate.PaymentMethodDetails.BacsDebit
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Mandate.PaymentMethodDetails.BacsDebit
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Mandate.PaymentMethodDetails
For more details about BacsDebit, 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 booleanbooleanThe display name for the account on this mandate.The status of the mandate on the Bacs network.The unique reference identifying the mandate on the Bacs network.When the mandate is revoked on the Bacs network this field displays the reason for the revocation.The service user number for the account on this mandate.getUrl()The URL that will contain the mandate that the customer has signed.inthashCode()voidsetDisplayName(String displayName) The display name for the account on this mandate.voidsetNetworkStatus(String networkStatus) The status of the mandate on the Bacs network.voidsetReference(String reference) The unique reference identifying the mandate on the Bacs network.voidsetRevocationReason(String revocationReason) When the mandate is revoked on the Bacs network this field displays the reason for the revocation.voidsetServiceUserNumber(String serviceUserNumber) The service user number for the account on this mandate.voidThe URL that will contain the mandate that the customer has signed.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
BacsDebit
public BacsDebit()
-
-
Method Details
-
getDisplayName
The display name for the account on this mandate. -
getNetworkStatus
The status of the mandate on the Bacs network. Can be one ofpending,revoked,refused, oraccepted. -
getReference
The unique reference identifying the mandate on the Bacs network. -
getRevocationReason
When the mandate is revoked on the Bacs network this field displays the reason for the revocation.One of
account_closed,bank_account_restricted,bank_ownership_changed,could_not_process, ordebit_not_authorized. -
getServiceUserNumber
The service user number for the account on this mandate. -
getUrl
The URL that will contain the mandate that the customer has signed. -
setDisplayName
The display name for the account on this mandate. -
setNetworkStatus
The status of the mandate on the Bacs network. Can be one ofpending,revoked,refused, oraccepted. -
setReference
The unique reference identifying the mandate on the Bacs network. -
setRevocationReason
When the mandate is revoked on the Bacs network this field displays the reason for the revocation.One of
account_closed,bank_account_restricted,bank_ownership_changed,could_not_process, ordebit_not_authorized. -
setServiceUserNumber
The service user number for the account on this mandate. -
setUrl
The URL that will contain the mandate that the customer has signed. -
equals
-
canEqual
-
hashCode
public int hashCode()
-