Class PricingRequestData

java.lang.Object
com.blockchyp.client.dto.PricingRequestData

public class PricingRequestData extends Object
Models the data wrapper for a pricing request.
  • Constructor Details

    • PricingRequestData

      public PricingRequestData()
  • Method Details

    • setType

      public void setType(String value)
      Sets the type of the request.
      Parameters:
      value - the type of the request.
    • getType

      public String getType()
      Gets the type of the request.
      Returns:
      the type of the request.
    • setAttributes

      public void setAttributes(PricingRequestAttributes value)
      Sets the pricing request attributes.
      Parameters:
      value - the pricing request attributes.
    • getAttributes

      public PricingRequestAttributes getAttributes()
      Gets the pricing request attributes.
      Returns:
      the pricing request attributes.