Class Account.Settings.Payments

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Account.Settings.Payments
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Account.Settings

public static class Account.Settings.Payments extends StripeObject
For more details about Payments, please refer to the API Reference.
  • Constructor Details

    • Payments

      public Payments()
  • Method Details

    • getEmailCustomersOnSuccessfulPayment

      public Boolean getEmailCustomersOnSuccessfulPayment()
      When enabled, the customer of this Account will receive an email receipt when their payment is successful. If this parameter is not set, the default value is false.
    • getStatementDescriptor

      public String getStatementDescriptor()
      The default text that appears on credit card statements when a charge is made. This field prefixes any dynamic statement_descriptor specified on the charge.
    • getStatementDescriptorKana

      public String getStatementDescriptorKana()
      The Kana variation of statement_descriptor used for charges in Japan. Japanese statement descriptors have special requirements.
    • getStatementDescriptorKanji

      public String getStatementDescriptorKanji()
      The Kanji variation of statement_descriptor used for charges in Japan. Japanese statement descriptors have special requirements.
    • getStatementDescriptorPrefixKana

      public String getStatementDescriptorPrefixKana()
      The Kana variation of statement_descriptor_prefix used for card charges in Japan. Japanese statement descriptors have special requirements.
    • getStatementDescriptorPrefixKanji

      public String getStatementDescriptorPrefixKanji()
      The Kanji variation of statement_descriptor_prefix used for card charges in Japan. Japanese statement descriptors have special requirements.
    • setEmailCustomersOnSuccessfulPayment

      public void setEmailCustomersOnSuccessfulPayment(Boolean emailCustomersOnSuccessfulPayment)
      When enabled, the customer of this Account will receive an email receipt when their payment is successful. If this parameter is not set, the default value is false.
    • setStatementDescriptor

      public void setStatementDescriptor(String statementDescriptor)
      The default text that appears on credit card statements when a charge is made. This field prefixes any dynamic statement_descriptor specified on the charge.
    • setStatementDescriptorKana

      public void setStatementDescriptorKana(String statementDescriptorKana)
      The Kana variation of statement_descriptor used for charges in Japan. Japanese statement descriptors have special requirements.
    • setStatementDescriptorKanji

      public void setStatementDescriptorKanji(String statementDescriptorKanji)
      The Kanji variation of statement_descriptor used for charges in Japan. Japanese statement descriptors have special requirements.
    • setStatementDescriptorPrefixKana

      public void setStatementDescriptorPrefixKana(String statementDescriptorPrefixKana)
      The Kana variation of statement_descriptor_prefix used for card charges in Japan. Japanese statement descriptors have special requirements.
    • setStatementDescriptorPrefixKanji

      public void setStatementDescriptorPrefixKanji(String statementDescriptorPrefixKanji)
      The Kanji variation of statement_descriptor_prefix used for card charges in Japan. Japanese statement descriptors have special requirements.
    • 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