Class PaymentIntentAmountDetailsLineItem.PaymentMethodOptions.Paypal

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntentAmountDetailsLineItem.PaymentMethodOptions.Paypal
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentIntentAmountDetailsLineItem.PaymentMethodOptions

public static class PaymentIntentAmountDetailsLineItem.PaymentMethodOptions.Paypal extends StripeObject
For more details about Paypal, please refer to the API Reference.
  • Constructor Details

    • Paypal

      public Paypal()
  • Method Details

    • getCategory

      public String getCategory()
    • getDescription

      public String getDescription()
    • getSoldBy

      public String getSoldBy()
    • setCategory

      public void setCategory(String category)
    • setDescription

      public void setDescription(String description)
    • setSoldBy

      public void setSoldBy(String soldBy)
    • 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