Class SurchargeReviewResponseData

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

public class SurchargeReviewResponseData extends Object
Models the data included in a surcharge review response.
  • Constructor Details

    • SurchargeReviewResponseData

      public SurchargeReviewResponseData()
  • 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(SurchargeAttributeResponseData value)
      Sets the attributes of the response.
      Parameters:
      value - the attributes of the response.
    • getAttributes

      public SurchargeAttributeResponseData getAttributes()
      Gets the attributes of the response.
      Returns:
      the attributes of the response.