Uses of Class
com.ibm.fhir.model.type.code.InvoicePriceComponentType
-
Packages that use InvoicePriceComponentType Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of InvoicePriceComponentType in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return InvoicePriceComponentType Modifier and Type Method Description InvoicePriceComponentTypeInvoice.LineItem.PriceComponent. getType()This code identifies the type of the component.Methods in com.ibm.fhir.model.resource with parameters of type InvoicePriceComponentType Modifier and Type Method Description Invoice.LineItem.PriceComponent.BuilderInvoice.LineItem.PriceComponent.Builder. type(InvoicePriceComponentType type)This code identifies the type of the component. -
Uses of InvoicePriceComponentType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as InvoicePriceComponentType Modifier and Type Field Description static InvoicePriceComponentTypeInvoicePriceComponentType. BASEbase pricestatic InvoicePriceComponentTypeInvoicePriceComponentType. DEDUCTIONdeductionstatic InvoicePriceComponentTypeInvoicePriceComponentType. DISCOUNTdiscountstatic InvoicePriceComponentTypeInvoicePriceComponentType. INFORMATIONALinformationalstatic InvoicePriceComponentTypeInvoicePriceComponentType. SURCHARGEsurchargestatic InvoicePriceComponentTypeInvoicePriceComponentType. TAXtaxMethods in com.ibm.fhir.model.type.code that return InvoicePriceComponentType Modifier and Type Method Description InvoicePriceComponentTypeInvoicePriceComponentType.Builder. build()static InvoicePriceComponentTypeInvoicePriceComponentType. of(InvoicePriceComponentType.ValueSet value)Factory method for creating InvoicePriceComponentType objects from a passed enum value.static InvoicePriceComponentTypeInvoicePriceComponentType. of(String value)Factory method for creating InvoicePriceComponentType objects from a passed string value.
-