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
  • Constructor Details

    • AlternateStatementDescriptors

      public AlternateStatementDescriptors()
  • Method Details

    • getKana

      public String getKana()
      The Kana variation of the descriptor.
    • getKanji

      public String getKanji()
      The Kanji variation of the descriptor.
    • setKana

      public void setKana(String kana)
      The Kana variation of the descriptor.
    • setKanji

      public void setKanji(String kanji)
      The Kanji variation of the descriptor.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object