Class HPSOrderAbstractionInitResponse
java.lang.Object
com.broadleafcommerce.vendor.chasepayment.service.support.AbstractAdditionalPropertiesAwareDTO
com.broadleafcommerce.vendor.chasepayment.service.hps.domain.HPSOrderAbstractionInitResponse
- All Implemented Interfaces:
Serializable
public class HPSOrderAbstractionInitResponse
extends AbstractAdditionalPropertiesAwareDTO
implements Serializable
When using Chase Hosted Payment Solutions (HPS), this is the POJO representing the actual response body returned from the Chase UID Init API.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.broadleafcommerce.vendor.chasepayment.service.support.AbstractAdditionalPropertiesAwareDTO
addAttribute, getAttributes
-
Constructor Details
-
HPSOrderAbstractionInitResponse
public HPSOrderAbstractionInitResponse()
-
-
Method Details
-
getUid
The UID for the HPF/HPP that was generated for the init request. -
setUid
The UID for the HPF/HPP that was generated for the init request. -
equals
- Overrides:
equalsin classAbstractAdditionalPropertiesAwareDTO
-
canEqual
- Overrides:
canEqualin classAbstractAdditionalPropertiesAwareDTO
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractAdditionalPropertiesAwareDTO
-
toString
- Overrides:
toStringin classAbstractAdditionalPropertiesAwareDTO
-