static Invoice.LineItem.Builder |
Invoice.LineItem.builder() |
|
Invoice.LineItem.Builder |
Invoice.LineItem.Builder.chargeItem(Element chargeItem) |
The ChargeItem contains information such as the billing code, date, amount etc.
|
Invoice.LineItem.Builder |
Invoice.LineItem.Builder.extension(java.util.Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
Invoice.LineItem.Builder |
Invoice.LineItem.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected Invoice.LineItem.Builder |
Invoice.LineItem.Builder.from(Invoice.LineItem lineItem) |
|
Invoice.LineItem.Builder |
Invoice.LineItem.Builder.id(java.lang.String id) |
Unique id for the element within a resource (for internal references).
|
Invoice.LineItem.Builder |
Invoice.LineItem.Builder.modifierExtension(java.util.Collection<Extension> modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
Invoice.LineItem.Builder |
Invoice.LineItem.Builder.modifierExtension(Extension... modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
Invoice.LineItem.Builder |
Invoice.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.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.LineItem.Builder |
Invoice.LineItem.Builder.sequence(PositiveInt sequence) |
Sequence in which the items appear on the invoice.
|
Invoice.LineItem.Builder |
Invoice.LineItem.toBuilder() |
|