Class ReadCardDataResponse

java.lang.Object
com.clover.remote.client.messages.BaseResponse
com.clover.remote.client.messages.ReadCardDataResponse

public class ReadCardDataResponse extends BaseResponse
Response object for a read card data request
  • Constructor Details

    • ReadCardDataResponse

      public ReadCardDataResponse(boolean success, ResultCode result)
      Constructor
      Parameters:
      success - If true then the requested operation succeeded
      result - The result of the requested operation
  • Method Details

    • getCardData

      public com.clover.remote.CardData getCardData()
      Get the field value
      Returns:
      The data for the card
    • setCardData

      public void setCardData(com.clover.remote.CardData cardData)
      Set the field value
      Parameters:
      cardData - The data for the card