Class Session.ManualEntry

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.financialconnections.Session.ManualEntry
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Session

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

    • ManualEntry

      public ManualEntry()
  • Method Details

    • getMode

      public String getMode()
      Controls how manual entry of bank account details is presented to the user.

      One of automatic, or disabled.

    • setMode

      public void setMode(String mode)
      Controls how manual entry of bank account details is presented to the user.

      One of automatic, or disabled.

    • 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