Package com.blockchyp.client.dto
Class HealthcareGroup
java.lang.Object
com.blockchyp.client.dto.HealthcareGroup
A group of fields for a specific type of healthcare.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the amount of this type.Gets the approval or reject reason code used for Mastercard and Discover IIAS requests.Gets thr payer ID/carrier ID used for Mastercard and Discover IIAS requests.Gets the provider ID used for Mastercard and Discover IIAS requests.Gets the service type code used for Mastercard and Discover IIAS requests.getType()Gets the type of healthcare cost.voidSets the amount of this type.voidSets the approval or reject reason code used for Mastercard and Discover IIAS requests.voidsetPayerOrCarrierId(String value) Sets thr payer ID/carrier ID used for Mastercard and Discover IIAS requests.voidsetProviderId(String value) Sets the provider ID used for Mastercard and Discover IIAS requests.voidsetServiceTypeCode(String value) Sets the service type code used for Mastercard and Discover IIAS requests.voidsetType(HealthcareType value) Sets the type of healthcare cost.
-
Constructor Details
-
HealthcareGroup
public HealthcareGroup()
-
-
Method Details
-
setType
Sets the type of healthcare cost.- Parameters:
value- the type of healthcare cost.
-
getType
Gets the type of healthcare cost.- Returns:
- the type of healthcare cost.
-
setAmount
Sets the amount of this type.- Parameters:
value- the amount of this type.
-
getAmount
Gets the amount of this type.- Returns:
- the amount of this type.
-
setProviderId
Sets the provider ID used for Mastercard and Discover IIAS requests.- Parameters:
value- the provider ID used for Mastercard and Discover IIAS requests.
-
getProviderId
Gets the provider ID used for Mastercard and Discover IIAS requests.- Returns:
- the provider ID used for Mastercard and Discover IIAS requests.
-
setServiceTypeCode
Sets the service type code used for Mastercard and Discover IIAS requests.- Parameters:
value- the service type code used for Mastercard and Discover IIAS requests.
-
getServiceTypeCode
Gets the service type code used for Mastercard and Discover IIAS requests.- Returns:
- the service type code used for Mastercard and Discover IIAS requests.
-
setPayerOrCarrierId
Sets thr payer ID/carrier ID used for Mastercard and Discover IIAS requests.- Parameters:
value- thr payer ID/carrier ID used for Mastercard and Discover IIAS requests.
-
getPayerOrCarrierId
Gets thr payer ID/carrier ID used for Mastercard and Discover IIAS requests.- Returns:
- thr payer ID/carrier ID used for Mastercard and Discover IIAS requests.
-
setApprovalRejectReasonCode
Sets the approval or reject reason code used for Mastercard and Discover IIAS requests.- Parameters:
value- the approval or reject reason code used for Mastercard and Discover IIAS requests.
-
getApprovalRejectReasonCode
Gets the approval or reject reason code used for Mastercard and Discover IIAS requests.- Returns:
- the approval or reject reason code used for Mastercard and Discover IIAS requests.
-