Class PaymentIntent.ManagedPayments

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.ManagedPayments
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentIntent

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

    • ManagedPayments

      public ManagedPayments()
  • Method Details

    • getEnabled

      public Boolean getEnabled()
      Set to true to enable Managed Payments, Stripe's merchant of record solution, for this session.
    • setEnabled

      public void setEnabled(Boolean enabled)
      Set to true to enable Managed Payments, Stripe's merchant of record solution, for this session.
    • 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