Class PaymentMethodConfiguration.Cashapp

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentMethodConfiguration.Cashapp
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentMethodConfiguration

public static class PaymentMethodConfiguration.Cashapp extends StripeObject
The effective display preference value.

One of off, or on.

  • Constructor Details

    • Cashapp

      public Cashapp()
  • Method Details

    • getAvailable

      public Boolean getAvailable()
      Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    • getDisplayPreference

    • setAvailable

      public void setAvailable(Boolean available)
      Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
    • setDisplayPreference

      public void setDisplayPreference(PaymentMethodConfiguration.Cashapp.DisplayPreference displayPreference)
    • 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