Uses of Class
com.ibm.fhir.model.resource.Invoice.LineItem.PriceComponent
-
Packages that use Invoice.LineItem.PriceComponent Package Description com.ibm.fhir.model.resource -
-
Uses of Invoice.LineItem.PriceComponent in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Invoice.LineItem.PriceComponent Modifier and Type Method Description Invoice.LineItem.PriceComponent
Invoice.LineItem.PriceComponent.Builder. build()
Build theInvoice.LineItem.PriceComponent
Methods in com.ibm.fhir.model.resource that return types with arguments of type Invoice.LineItem.PriceComponent Modifier and Type Method Description List<Invoice.LineItem.PriceComponent>
Invoice.LineItem. getPriceComponent()
The price for a ChargeItem may be calculated as a base price with surcharges/deductions that apply in certain conditions.List<Invoice.LineItem.PriceComponent>
Invoice. getTotalPriceComponent()
The total amount for the Invoice may be calculated as the sum of the line items with surcharges/deductions that apply in certain conditions.Methods in com.ibm.fhir.model.resource with parameters of type Invoice.LineItem.PriceComponent Modifier and Type Method Description protected Invoice.LineItem.PriceComponent.Builder
Invoice.LineItem.PriceComponent.Builder. from(Invoice.LineItem.PriceComponent priceComponent)
Invoice.LineItem.Builder
Invoice.LineItem.Builder. priceComponent(Invoice.LineItem.PriceComponent... priceComponent)
The price for a ChargeItem may be calculated as a base price with surcharges/deductions that apply in certain conditions.Invoice.Builder
Invoice.Builder. totalPriceComponent(Invoice.LineItem.PriceComponent... totalPriceComponent)
The total amount for the Invoice may be calculated as the sum of the line items with surcharges/deductions that apply in certain conditions.Method parameters in com.ibm.fhir.model.resource with type arguments of type Invoice.LineItem.PriceComponent Modifier and Type Method Description Invoice.LineItem.Builder
Invoice.LineItem.Builder. priceComponent(Collection<Invoice.LineItem.PriceComponent> priceComponent)
The price for a ChargeItem may be calculated as a base price with surcharges/deductions that apply in certain conditions.Invoice.Builder
Invoice.Builder. totalPriceComponent(Collection<Invoice.LineItem.PriceComponent> totalPriceComponent)
The total amount for the Invoice may be calculated as the sum of the line items with surcharges/deductions that apply in certain conditions.
-