Class Healthcare

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

public class Healthcare extends Object
Fields for HSA/FSA transactions.
  • Constructor Details

    • Healthcare

      public Healthcare()
  • Method Details

    • setTypes

      public void setTypes(Collection<HealthcareGroup> value)
      Sets a list of healthcare categories in the transaction.
      Parameters:
      value - a list of healthcare categories in the transaction.
    • getTypes

      public Collection<HealthcareGroup> getTypes()
      Gets a list of healthcare categories in the transaction.
      Returns:
      a list of healthcare categories in the transaction.
    • setIiasVerified

      public void setIiasVerified(boolean value)
      Sets that the purchased items were verified against an Inventory Information Approval System (IIAS).
      Parameters:
      value - that the purchased items were verified against an Inventory Information Approval System (IIAS).
    • isIiasVerified

      public boolean isIiasVerified()
      Gets that the purchased items were verified against an Inventory Information Approval System (IIAS).
      Returns:
      that the purchased items were verified against an Inventory Information Approval System (IIAS).
    • setIiasExempt

      public void setIiasExempt(boolean value)
      Sets that the transaction is exempt from IIAS verification.
      Parameters:
      value - that the transaction is exempt from IIAS verification.
    • isIiasExempt

      public boolean isIiasExempt()
      Gets that the transaction is exempt from IIAS verification.
      Returns:
      that the transaction is exempt from IIAS verification.
    • addType

      public void addType(HealthcareGroup value)
      Adds a a list of healthcare categories in the transaction.
      Parameters:
      value - a list of healthcare categories in the transaction.