Invoice.Builder | 
Invoice.Builder.account(Reference account) | 
 Account which is supposed to be balanced with this Invoice. 
 | 
static Invoice.Builder | 
Invoice.builder() | 
  | 
Invoice.Builder | 
Invoice.Builder.cancelledReason(String cancelledReason) | 
 In case of Invoice cancellation a reason must be given (entered in error, superseded by corrected invoice etc.). 
 | 
Invoice.Builder | 
Invoice.Builder.contained(Resource... contained) | 
 These resources do not have an independent existence apart from the resource that contains them - they cannot be 
 identified independently, and nor can they have their own independent transaction scope. 
 | 
Invoice.Builder | 
Invoice.Builder.contained(Collection<Resource> contained) | 
 These resources do not have an independent existence apart from the resource that contains them - they cannot be 
 identified independently, and nor can they have their own independent transaction scope. 
 | 
Invoice.Builder | 
Invoice.Builder.date(DateTime date) | 
 Date/time(s) of when this Invoice was posted. 
 | 
Invoice.Builder | 
Invoice.Builder.extension(Extension... extension) | 
 May be used to represent additional information that is not part of the basic definition of the resource. 
 | 
Invoice.Builder | 
Invoice.Builder.extension(Collection<Extension> extension) | 
 May be used to represent additional information that is not part of the basic definition of the resource. 
 | 
protected Invoice.Builder | 
Invoice.Builder.from(Invoice invoice) | 
  | 
Invoice.Builder | 
Invoice.Builder.id(String id) | 
 The logical id of the resource, as used in the URL for the resource. 
 | 
Invoice.Builder | 
Invoice.Builder.identifier(Identifier... identifier) | 
 Identifier of this Invoice, often used for reference in correspondence about this invoice or for tracking of payments. 
 | 
Invoice.Builder | 
Invoice.Builder.identifier(Collection<Identifier> identifier) | 
 Identifier of this Invoice, often used for reference in correspondence about this invoice or for tracking of payments. 
 | 
Invoice.Builder | 
Invoice.Builder.implicitRules(Uri implicitRules) | 
 A reference to a set of rules that were followed when the resource was constructed, and which must be understood when 
 processing the content. 
 | 
Invoice.Builder | 
Invoice.Builder.issuer(Reference issuer) | 
 The organizationissuing the Invoice. 
 | 
Invoice.Builder | 
Invoice.Builder.language(Code language) | 
 The base language in which the resource is written. 
 | 
Invoice.Builder | 
Invoice.Builder.lineItem(Invoice.LineItem... lineItem) | 
 Each line item represents one charge for goods and services rendered. 
 | 
Invoice.Builder | 
Invoice.Builder.lineItem(Collection<Invoice.LineItem> lineItem) | 
 Each line item represents one charge for goods and services rendered. 
 | 
Invoice.Builder | 
Invoice.Builder.meta(Meta meta) | 
 The metadata about the resource. 
 | 
Invoice.Builder | 
Invoice.Builder.modifierExtension(Extension... modifierExtension) | 
 May be used to represent additional information that is not part of the basic definition of the resource and that 
 modifies the understanding of the element that contains it and/or the understanding of the containing element's 
 descendants. 
 | 
Invoice.Builder | 
Invoice.Builder.modifierExtension(Collection<Extension> modifierExtension) | 
 May be used to represent additional information that is not part of the basic definition of the resource and that 
 modifies the understanding of the element that contains it and/or the understanding of the containing element's 
 descendants. 
 | 
Invoice.Builder | 
Invoice.Builder.note(Annotation... note) | 
 Comments made about the invoice by the issuer, subject, or other participants. 
 | 
Invoice.Builder | 
Invoice.Builder.note(Collection<Annotation> note) | 
 Comments made about the invoice by the issuer, subject, or other participants. 
 | 
Invoice.Builder | 
Invoice.Builder.participant(Invoice.Participant... participant) | 
 Indicates who or what performed or participated in the charged service. 
 | 
Invoice.Builder | 
Invoice.Builder.participant(Collection<Invoice.Participant> participant) | 
 Indicates who or what performed or participated in the charged service. 
 | 
Invoice.Builder | 
Invoice.Builder.paymentTerms(Markdown paymentTerms) | 
 Payment details such as banking details, period of payment, deductibles, methods of payment. 
 | 
Invoice.Builder | 
Invoice.Builder.recipient(Reference recipient) | 
 The individual or Organization responsible for balancing of this invoice. 
 | 
Invoice.Builder | 
Invoice.Builder.status(InvoiceStatus status) | 
 The current state of the Invoice. 
 | 
Invoice.Builder | 
Invoice.Builder.subject(Reference subject) | 
 The individual or set of individuals receiving the goods and services billed in this invoice. 
 | 
Invoice.Builder | 
Invoice.Builder.text(Narrative text) | 
 A human-readable narrative that contains a summary of the resource and can be used to represent the content of the 
 resource to a human. 
 | 
Invoice.Builder | 
Invoice.toBuilder() | 
  | 
Invoice.Builder | 
Invoice.Builder.totalGross(Money totalGross) | 
 Invoice total, tax included. 
 | 
Invoice.Builder | 
Invoice.Builder.totalNet(Money totalNet) | 
 Invoice total , taxes excluded. 
 | 
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. 
 | 
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. 
 | 
Invoice.Builder | 
Invoice.Builder.type(CodeableConcept type) | 
 Type of Invoice depending on domain, realm an usage (e.g. 
 |