Class Account.Configuration.Merchant.ScriptStatementDescriptor.Kanji

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Account.Configuration.Merchant.ScriptStatementDescriptor.Kanji
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Account.Configuration.Merchant.ScriptStatementDescriptor

public static class Account.Configuration.Merchant.ScriptStatementDescriptor.Kanji extends StripeObject
The Kanji variation of statement_descriptor used for charges in Japan. Japanese statement descriptors have special requirements.
  • Constructor Details

    • Kanji

      public Kanji()
  • Method Details

    • getDescriptor

      public String getDescriptor()
    • getPrefix

      public String getPrefix()
    • setDescriptor

      public void setDescriptor(String descriptor)
    • setPrefix

      public void setPrefix(String prefix)
    • 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