Class TabbyCheckoutSession.TabbyMerchantUrls
java.lang.Object
com.broadleafcommerce.tabby.domain.session.TabbyCheckoutSession.TabbyMerchantUrls
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TabbyCheckoutSession
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAttribute
(String name, Object value) Takes in any additional attributes passed in the request not matching any defined properties.protected boolean
boolean
Return any additional attributes passed in the request not matching any defined properties.Map holding any additional attributes passed in the request not matching any defined properties.URL to redirect the customer after cancel payment status.URL to redirect the customer after failure payment status (Rejected).URL to redirect the customer after payment is Authorized.int
hashCode()
void
setAttributes
(Map<String, Object> attributes) Map holding any additional attributes passed in the request not matching any defined properties.void
URL to redirect the customer after cancel payment status.void
setFailure
(String failure) URL to redirect the customer after failure payment status (Rejected).void
setSuccess
(String success) URL to redirect the customer after payment is Authorized.toString()
-
Constructor Details
-
TabbyMerchantUrls
public TabbyMerchantUrls()
-
-
Method Details
-
addAttribute
Takes in any additional attributes passed in the request not matching any defined properties.- Parameters:
name
- Name of the additional attributevalue
- Value of the additional attribute
-
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
URL to redirect the customer after payment is Authorized. 'Thank you' page recommended. -
getCancel
URL to redirect the customer after cancel payment status. Checkout page recommended. -
getFailure
URL to redirect the customer after failure payment status (Rejected). Checkout page recommended. -
getAttributes
Map holding any additional attributes passed in the request not matching any defined properties. -
setSuccess
URL to redirect the customer after payment is Authorized. 'Thank you' page recommended. -
setCancel
URL to redirect the customer after cancel payment status. Checkout page recommended. -
setFailure
URL to redirect the customer after failure payment status (Rejected). Checkout page recommended. -
setAttributes
Map holding any additional attributes passed in the request not matching any defined properties. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-