Class Account.Settings.PaypayPayments

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

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

    • PaypayPayments

      public PaypayPayments()
  • Method Details

    • getAdditionalFiles

      public List<String> getAdditionalFiles()
      Additional files that are required to support the onboarding process of your business.
    • getGoodsType

      public String getGoodsType()
      Whether your business sells digital content or not.

      One of digital_content, or other.

    • getSite

    • setAdditionalFiles

      public void setAdditionalFiles(List<String> additionalFiles)
      Additional files that are required to support the onboarding process of your business.
    • setGoodsType

      public void setGoodsType(String goodsType)
      Whether your business sells digital content or not.

      One of digital_content, or other.

    • setSite

      public void setSite(Account.Settings.PaypayPayments.Site site)
    • 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