Package com.stripe.model
Class SourceMandateNotification.SepaDebitData
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.SourceMandateNotification.SepaDebitData
-
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- SourceMandateNotification
public static class SourceMandateNotification.SepaDebitData extends StripeObject
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description SepaDebitData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetCreditorIdentifier()java.lang.StringgetLast4()java.lang.StringgetMandateReference()inthashCode()voidsetCreditorIdentifier(java.lang.String creditorIdentifier)voidsetLast4(java.lang.String last4)voidsetMandateReference(java.lang.String mandateReference)-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getCreditorIdentifier
public java.lang.String getCreditorIdentifier()
-
getLast4
public java.lang.String getLast4()
-
getMandateReference
public java.lang.String getMandateReference()
-
setCreditorIdentifier
public void setCreditorIdentifier(java.lang.String creditorIdentifier)
-
setLast4
public void setLast4(java.lang.String last4)
-
setMandateReference
public void setMandateReference(java.lang.String mandateReference)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-