public class HealthcareGroup extends Object
Constructor and Description |
---|
HealthcareGroup() |
Modifier and Type | Method and Description |
---|---|
String |
getAmount()
Gets the amount of this type.
|
String |
getApprovalRejectReasonCode()
Gets the approval or reject reason code used for Mastercard and Discover IIAS
requests.
|
String |
getPayerOrCarrierId()
Gets thr payer ID/carrier ID used for Mastercard and Discover IIAS requests.
|
String |
getProviderId()
Gets the provider ID used for Mastercard and Discover IIAS requests.
|
String |
getServiceTypeCode()
Gets the service type code used for Mastercard and Discover IIAS requests.
|
HealthcareType |
getType()
Gets the type of healthcare cost.
|
void |
setAmount(String value)
Sets the amount of this type.
|
void |
setApprovalRejectReasonCode(String value)
Sets the approval or reject reason code used for Mastercard and Discover IIAS
requests.
|
void |
setPayerOrCarrierId(String value)
Sets thr payer ID/carrier ID used for Mastercard and Discover IIAS requests.
|
void |
setProviderId(String value)
Sets the provider ID used for Mastercard and Discover IIAS requests.
|
void |
setServiceTypeCode(String value)
Sets the service type code used for Mastercard and Discover IIAS requests.
|
void |
setType(HealthcareType value)
Sets the type of healthcare cost.
|
public void setType(HealthcareType value)
value
- the type of healthcare cost.public HealthcareType getType()
public void setAmount(String value)
value
- the amount of this type.public String getAmount()
public void setProviderId(String value)
value
- the provider ID used for Mastercard and Discover IIAS requests.public String getProviderId()
public void setServiceTypeCode(String value)
value
- the service type code used for Mastercard and Discover IIAS requests.public String getServiceTypeCode()
public void setPayerOrCarrierId(String value)
value
- thr payer ID/carrier ID used for Mastercard and Discover IIAS
requests.public String getPayerOrCarrierId()
public void setApprovalRejectReasonCode(String value)
value
- the approval or reject reason code used for Mastercard and Discover
IIAS requests.public String getApprovalRejectReasonCode()
Copyright © 2022 BlockChyp, Inc.. All rights reserved.