Class CheckoutComHttpMetadataResponse
java.lang.Object
com.broadleafcommerce.payment.service.gateway.domain.CheckoutComHttpMetadataResponse
- All Implemented Interfaces:
Serializable
Object containing the http metadata properties like status code, body, and request id from a
Checkout.com response
- Author:
- SGupta
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getBody()
int
hashCode()
void
void
setHttpStatusCode
(Integer httpStatusCode) void
setRequestId
(String requestId) toString()
-
Constructor Details
-
CheckoutComHttpMetadataResponse
public CheckoutComHttpMetadataResponse()
-
-
Method Details