Uses of Class
com.ibm.fhir.model.resource.Invoice.LineItem
-
Packages that use Invoice.LineItem Package Description com.ibm.fhir.model.resource -
-
Uses of Invoice.LineItem in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Invoice.LineItem Modifier and Type Method Description Invoice.LineItem
Invoice.LineItem.Builder. build()
Build theInvoice.LineItem
Methods in com.ibm.fhir.model.resource that return types with arguments of type Invoice.LineItem Modifier and Type Method Description List<Invoice.LineItem>
Invoice. getLineItem()
Each line item represents one charge for goods and services rendered.Methods in com.ibm.fhir.model.resource with parameters of type Invoice.LineItem Modifier and Type Method Description protected Invoice.LineItem.Builder
Invoice.LineItem.Builder. from(Invoice.LineItem lineItem)
Invoice.Builder
Invoice.Builder. lineItem(Invoice.LineItem... lineItem)
Each line item represents one charge for goods and services rendered.Method parameters in com.ibm.fhir.model.resource with type arguments of type Invoice.LineItem Modifier and Type Method Description Invoice.Builder
Invoice.Builder. lineItem(Collection<Invoice.LineItem> lineItem)
Each line item represents one charge for goods and services rendered.
-