Class LoginLink

    • Constructor Detail

      • LoginLink

        public LoginLink()
    • Method Detail

      • createOnAccount

        public static LoginLink createOnAccount​(java.lang.String account,
                                                java.util.Map<java.lang.String,​java.lang.Object> params,
                                                RequestOptions options)
                                         throws StripeException
        Creates a single-use login link for an Express account to access their Stripe dashboard.

        You may only create login links for Express accounts connected to your platform.

        Throws:
        StripeException
      • getCreated

        public java.lang.Long getCreated()
        Time at which the object was created. Measured in seconds since the Unix epoch.
      • getObject

        public java.lang.String getObject()
        String representing the object's type. Objects of the same type share the same value.

        Equal to login_link.

      • getUrl

        public java.lang.String getUrl()
        The URL for the login link.
      • setCreated

        public void setCreated​(java.lang.Long created)
        Time at which the object was created. Measured in seconds since the Unix epoch.
      • setObject

        public void setObject​(java.lang.String object)
        String representing the object's type. Objects of the same type share the same value.

        Equal to login_link.

      • setUrl

        public void setUrl​(java.lang.String url)
        The URL for the login link.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object