Class BroadleafHPSOrderAbstractionInitResponse
- All Implemented Interfaces:
Serializable
When using Chase Hosted Payment Solutions (HPS), this is a response payload returned from the
HPSOrderAbstractionEndpoint to report the results of executing an Order Abstraction UID
Init Request.
This is a BLC-specific payload, and is not directly used when interacting with Chase APIs. For
that, see HPSOrderAbstractionInitResponse.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe base URL which should be used to request the HPF/HPP.getUid()inthashCode()voidsetHpsBaseRequestUrl(String hpsBaseRequestUrl) The base URL which should be used to request the HPF/HPP.voidtoString()
-
Constructor Details
-
BroadleafHPSOrderAbstractionInitResponse
public BroadleafHPSOrderAbstractionInitResponse()
-
-
Method Details
-
getUid
- See Also:
-
getHpsBaseRequestUrl
The base URL which should be used to request the HPF/HPP. We provide this information to reduce the burden on the frontend to maintain its own knowledge of HPS URLs.
Expectation is for the caller to put the
getUid()as a query parameter on this base URL to request the HPF/HPP. -
setUid
- See Also:
-
setHpsBaseRequestUrl
The base URL which should be used to request the HPF/HPP. We provide this information to reduce the burden on the frontend to maintain its own knowledge of HPS URLs.
Expectation is for the caller to put the
getUid()as a query parameter on this base URL to request the HPF/HPP. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-