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
For more details about SepaDebit, please refer to the API Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanThe unique reference of the mandate.getUrl()The URL of the mandate.inthashCode()voidsetReference(String reference) The unique reference of the mandate.voidThe URL of the mandate.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
SepaDebitpublic SepaDebit()
 
- 
- 
Method Details- 
getReferenceThe unique reference of the mandate.
- 
getUrlThe URL of the mandate. This URL generally contains sensitive information about the customer and should be shared with them exclusively.
- 
setReferenceThe unique reference of the mandate.
- 
setUrlThe URL of the mandate. This URL generally contains sensitive information about the customer and should be shared with them exclusively.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-