Package org.hl7.v3

Enum Class ActInvoicePaymentCode

java.lang.Object
java.lang.Enum<ActInvoicePaymentCode>
org.hl7.v3.ActInvoicePaymentCode
All Implemented Interfaces:
Serializable, Comparable<ActInvoicePaymentCode>, Constable

public enum ActInvoicePaymentCode extends Enum<ActInvoicePaymentCode>

Java class for ActInvoicePaymentCode.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="ActInvoicePaymentCode">
   <restriction base="{urn:hl7-org:v3}cs">
     <enumeration value="BONUS"/>
     <enumeration value="CFWD"/>
     <enumeration value="EPYMT"/>
     <enumeration value="EDU"/>
     <enumeration value="GARN"/>
     <enumeration value="PINV"/>
     <enumeration value="PPRD"/>
     <enumeration value="PROA"/>
     <enumeration value="RECOV"/>
     <enumeration value="RETRO"/>
     <enumeration value="INVOICE"/>
     <enumeration value="TRAN"/>
   </restriction>
 </simpleType>