Class HealthcareGroup

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

public class HealthcareGroup extends Object
A group of fields for a specific type of healthcare.
  • Constructor Details

    • HealthcareGroup

      public HealthcareGroup()
  • Method Details

    • setType

      public void setType(HealthcareType value)
      Sets the type of healthcare cost.
      Parameters:
      value - the type of healthcare cost.
    • getType

      public HealthcareType getType()
      Gets the type of healthcare cost.
      Returns:
      the type of healthcare cost.
    • setAmount

      public void setAmount(String value)
      Sets the amount of this type.
      Parameters:
      value - the amount of this type.
    • getAmount

      public String getAmount()
      Gets the amount of this type.
      Returns:
      the amount of this type.
    • setProviderId

      public void setProviderId(String value)
      Sets the provider ID used for Mastercard and Discover IIAS requests.
      Parameters:
      value - the provider ID used for Mastercard and Discover IIAS requests.
    • getProviderId

      public String getProviderId()
      Gets the provider ID used for Mastercard and Discover IIAS requests.
      Returns:
      the provider ID used for Mastercard and Discover IIAS requests.
    • setServiceTypeCode

      public void setServiceTypeCode(String value)
      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

      public String 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

      public void setPayerOrCarrierId(String value)
      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

      public String 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

      public void setApprovalRejectReasonCode(String value)
      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

      public String 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.