Class TabbyCheckoutSession.TabbyMerchantUrls

java.lang.Object
com.broadleafcommerce.tabby.domain.session.TabbyCheckoutSession.TabbyMerchantUrls
All Implemented Interfaces:
Serializable
Enclosing class:
TabbyCheckoutSession

public static class TabbyCheckoutSession.TabbyMerchantUrls extends Object implements Serializable
See Also:
  • Constructor Details

    • TabbyMerchantUrls

      public TabbyMerchantUrls()
  • Method Details

    • addAttribute

      public void addAttribute(String name, Object value)
      Takes in any additional attributes passed in the request not matching any defined properties.
      Parameters:
      name - Name of the additional attribute
      value - Value of the additional attribute
    • getAttribute

      public Map<String,Object> getAttribute()
      Return any additional attributes passed in the request not matching any defined properties.
      Returns:
      any additional attributes passed in the request not matching any defined properties.
    • getSuccess

      public String getSuccess()
      URL to redirect the customer after payment is Authorized. 'Thank you' page recommended.
    • getCancel

      public String getCancel()
      URL to redirect the customer after cancel payment status. Checkout page recommended.
    • getFailure

      public String getFailure()
      URL to redirect the customer after failure payment status (Rejected). Checkout page recommended.
    • getAttributes

      public Map<String,Object> getAttributes()
      Map holding any additional attributes passed in the request not matching any defined properties.
    • setSuccess

      public void setSuccess(String success)
      URL to redirect the customer after payment is Authorized. 'Thank you' page recommended.
    • setCancel

      public void setCancel(String cancel)
      URL to redirect the customer after cancel payment status. Checkout page recommended.
    • setFailure

      public void setFailure(String failure)
      URL to redirect the customer after failure payment status (Rejected). Checkout page recommended.
    • setAttributes

      public void setAttributes(Map<String,Object> attributes)
      Map holding any additional attributes passed in the request not matching any defined properties.
    • 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
    • toString

      public String toString()
      Overrides:
      toString in class Object