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.PriceComponentInvoice.LineItem.PriceComponent.Builder. build()Build theInvoice.LineItem.PriceComponentMethods in com.ibm.fhir.model.resource that return types with arguments of type Invoice.LineItem.PriceComponent Modifier and Type Method Description java.util.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.java.util.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.BuilderInvoice.LineItem.PriceComponent.Builder. from(Invoice.LineItem.PriceComponent priceComponent)Invoice.LineItem.BuilderInvoice.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.BuilderInvoice.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.protected voidInvoice.LineItem.PriceComponent.Builder. validate(Invoice.LineItem.PriceComponent priceComponent)Method parameters in com.ibm.fhir.model.resource with type arguments of type Invoice.LineItem.PriceComponent Modifier and Type Method Description Invoice.LineItem.BuilderInvoice.LineItem.Builder. priceComponent(java.util.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.BuilderInvoice.Builder. totalPriceComponent(java.util.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.
-