public class Healthcare extends Object
Constructor and Description |
---|
Healthcare() |
Modifier and Type | Method and Description |
---|---|
void |
addType(HealthcareGroup value)
Adds a a list of healthcare categories in the transaction.
|
Collection<HealthcareGroup> |
getTypes()
Gets a list of healthcare categories in the transaction.
|
boolean |
isIiasExempt()
Gets that the transaction is exempt from IIAS verification.
|
boolean |
isIiasVerified()
Gets that the purchased items were verified against an Inventory Information
Approval System (IIAS).
|
void |
setIiasExempt(boolean value)
Sets that the transaction is exempt from IIAS verification.
|
void |
setIiasVerified(boolean value)
Sets that the purchased items were verified against an Inventory Information
Approval System (IIAS).
|
void |
setTypes(Collection<HealthcareGroup> value)
Sets a list of healthcare categories in the transaction.
|
public void setTypes(Collection<HealthcareGroup> value)
value
- a list of healthcare categories in the transaction.public Collection<HealthcareGroup> getTypes()
public void setIiasVerified(boolean value)
value
- that the purchased items were verified against an Inventory
Information Approval System (IIAS).public boolean isIiasVerified()
public void setIiasExempt(boolean value)
value
- that the transaction is exempt from IIAS verification.public boolean isIiasExempt()
public void addType(HealthcareGroup value)
value
- a list of healthcare categories in the transaction.Copyright © 2022 BlockChyp, Inc.. All rights reserved.