Package com.blockchyp.client.dto
Class PricingResponseData
java.lang.Object
com.blockchyp.client.dto.PricingResponseData
Models the data wrapper for a pricing response.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the pricing response attributes.getType()Gets the type of the response.voidSets the pricing response attributes.voidSets the type of the response.
-
Constructor Details
-
PricingResponseData
public PricingResponseData()
-
-
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 pricing response attributes.- Parameters:
value- the pricing response attributes.
-
getAttributes
Gets the pricing response attributes.- Returns:
- the pricing response attributes.
-