Package com.blockchyp.client.dto
Class SurchargeReviewResponseData
java.lang.Object
com.blockchyp.client.dto.SurchargeReviewResponseData
Models the data included in a surcharge review response.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the attributes of the response.getType()Gets the type of the response.voidSets the attributes of the response.voidSets the type of the response.
-
Constructor Details
-
SurchargeReviewResponseData
public SurchargeReviewResponseData()
-
-
Method Details
-
setType
Sets the type of the response.- Parameters:
value- the type of the response.
-
getType
Gets the type of the response.- Returns:
- the type of the response.
-
setAttributes
Sets the attributes of the response.- Parameters:
value- the attributes of the response.
-
getAttributes
Gets the attributes of the response.- Returns:
- the attributes of the response.
-