Class PricingResponseData

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

public class PricingResponseData extends Object
Models the data wrapper for a pricing response.
  • Constructor Details

    • PricingResponseData

      public PricingResponseData()
  • Method Details

    • setType

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

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

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

      public PricingResponseAttributes getAttributes()
      Gets the pricing response attributes.
      Returns:
      the pricing response attributes.