Package com.blockchyp.client.dto
Class Healthcare
java.lang.Object
com.blockchyp.client.dto.Healthcare
Fields for HSA/FSA transactions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddType(HealthcareGroup value) Adds a a list of healthcare categories in the transaction.getTypes()Gets a list of healthcare categories in the transaction.booleanGets that the transaction is exempt from IIAS verification.booleanGets that the purchased items were verified against an Inventory Information Approval System (IIAS).voidsetIiasExempt(boolean value) Sets that the transaction is exempt from IIAS verification.voidsetIiasVerified(boolean value) Sets that the purchased items were verified against an Inventory Information Approval System (IIAS).voidsetTypes(Collection<HealthcareGroup> value) Sets a list of healthcare categories in the transaction.
-
Constructor Details
-
Healthcare
public Healthcare()
-
-
Method Details
-
setTypes
Sets a list of healthcare categories in the transaction.- Parameters:
value- a list of healthcare categories in the transaction.
-
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
Adds a a list of healthcare categories in the transaction.- Parameters:
value- a list of healthcare categories in the transaction.
-