Invoice.LineItem.PriceComponent.Builder |
Invoice.LineItem.PriceComponent.Builder.amount(Money amount) |
The amount calculated for this component.
|
static Invoice.LineItem.PriceComponent.Builder |
Invoice.LineItem.PriceComponent.builder() |
|
Invoice.LineItem.PriceComponent.Builder |
Invoice.LineItem.PriceComponent.Builder.code(CodeableConcept code) |
A code that identifies the component.
|
Invoice.LineItem.PriceComponent.Builder |
Invoice.LineItem.PriceComponent.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
Invoice.LineItem.PriceComponent.Builder |
Invoice.LineItem.PriceComponent.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.PriceComponent.Builder |
Invoice.LineItem.PriceComponent.Builder.factor(Decimal factor) |
The factor that has been applied on the base price for calculating this component.
|
protected Invoice.LineItem.PriceComponent.Builder |
Invoice.LineItem.PriceComponent.Builder.from(Invoice.LineItem.PriceComponent priceComponent) |
|
Invoice.LineItem.PriceComponent.Builder |
Invoice.LineItem.PriceComponent.Builder.id(java.lang.String id) |
Unique id for the element within a resource (for internal references).
|
Invoice.LineItem.PriceComponent.Builder |
Invoice.LineItem.PriceComponent.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.PriceComponent.Builder |
Invoice.LineItem.PriceComponent.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.PriceComponent.Builder |
Invoice.LineItem.PriceComponent.toBuilder() |
|
Invoice.LineItem.PriceComponent.Builder |
Invoice.LineItem.PriceComponent.Builder.type(InvoicePriceComponentType type) |
This code identifies the type of the component.
|