Class ConnectionSession.Connection

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.ConnectionSession.Connection
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
ConnectionSession

public static class ConnectionSession.Connection extends StripeObject
The Connection created by the ConnectionSession.
  • Constructor Details

    • Connection

      public Connection()
  • Method Details

    • getGrantedAccess

      public List<String> getGrantedAccess()
    • getType

      public String getType()
    • setGrantedAccess

      public void setGrantedAccess(List<String> grantedAccess)
    • setType

      public void setType(String type)
    • 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