Package com.stripe.model
Class Charge.AlternateStatementDescriptors
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.Charge.AlternateStatementDescriptors
-
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Charge
public static class Charge.AlternateStatementDescriptors extends StripeObject
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description AlternateStatementDescriptors()
-
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.StringgetKana()The Kana variation of the descriptor.java.lang.StringgetKanji()The Kanji variation of the descriptor.inthashCode()voidsetKana(java.lang.String kana)The Kana variation of the descriptor.voidsetKanji(java.lang.String kanji)The Kanji variation of the descriptor.-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getKana
public java.lang.String getKana()
The Kana variation of the descriptor.
-
getKanji
public java.lang.String getKanji()
The Kanji variation of the descriptor.
-
setKana
public void setKana(java.lang.String kana)
The Kana variation of the descriptor.
-
setKanji
public void setKanji(java.lang.String kanji)
The Kanji variation of the descriptor.
-
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
-
-