Class Order.Payment.Settings.PaymentMethodOptions.AfterpayClearpay

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Order.Payment.Settings.PaymentMethodOptions.AfterpayClearpay
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Order.Payment.Settings.PaymentMethodOptions

public static class Order.Payment.Settings.PaymentMethodOptions.AfterpayClearpay extends StripeObject
  • Constructor Details

    • AfterpayClearpay

      public AfterpayClearpay()
  • Method Details

    • getCaptureMethod

      public String getCaptureMethod()
    • getReference

      public String getReference()
    • getSetupFutureUsage

      public String getSetupFutureUsage()
    • setCaptureMethod

      public void setCaptureMethod(String captureMethod)
    • setReference

      public void setReference(String reference)
    • setSetupFutureUsage

      public void setSetupFutureUsage(String setupFutureUsage)
    • 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