Package com.stripe.model
Class SourceMandateNotification.AcssDebitData
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.SourceMandateNotification.AcssDebitData
-
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- SourceMandateNotification
public static class SourceMandateNotification.AcssDebitData extends StripeObject
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description AcssDebitData()
-
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.StringgetStatementDescriptor()The statement descriptor associate with the debit.inthashCode()voidsetStatementDescriptor(java.lang.String statementDescriptor)The statement descriptor associate with the debit.-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getStatementDescriptor
public java.lang.String getStatementDescriptor()
The statement descriptor associate with the debit.
-
setStatementDescriptor
public void setStatementDescriptor(java.lang.String statementDescriptor)
The statement descriptor associate with the debit.
-
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
-
-