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

    • getGoodsType

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

      One of digital_content, or other.

    • setGoodsType

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

      One of digital_content, or other.

    • 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