Package com.blockchyp.client.dto
Class PricingRequestData
java.lang.Object
com.blockchyp.client.dto.PricingRequestData
Models the data wrapper for a pricing request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the pricing request attributes.getType()Gets the type of the request.voidSets the pricing request attributes.voidSets the type of the request.
-
Constructor Details
-
PricingRequestData
public PricingRequestData()
-
-
Method Details
-
setType
Sets the type of the request.- Parameters:
value- the type of the request.
-
getType
Gets the type of the request.- Returns:
- the type of the request.
-
setAttributes
Sets the pricing request attributes.- Parameters:
value- the pricing request attributes.
-
getAttributes
Gets the pricing request attributes.- Returns:
- the pricing request attributes.
-