Package com.stripe.model
Class Mandate.PaymentMethodDetails.SepaDebit
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Mandate.PaymentMethodDetails.SepaDebit
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Mandate.PaymentMethodDetails
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The unique reference of the mandate.getUrl()
The URL of the mandate.int
hashCode()
void
setReference
(String reference) The unique reference of the mandate.void
The URL of the mandate.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
SepaDebit
public SepaDebit()
-
-
Method Details
-
getReference
The unique reference of the mandate. -
getUrl
The URL of the mandate. This URL generally contains sensitive information about the customer and should be shared with them exclusively. -
setReference
The unique reference of the mandate. -
setUrl
The URL of the mandate. This URL generally contains sensitive information about the customer and should be shared with them exclusively. -
equals
-
canEqual
-
hashCode
public int hashCode()
-