PaymentNotice.Builder | 
PaymentNotice.Builder.amount(Money amount) | 
 The amount sent to the payee. 
 | 
static PaymentNotice.Builder | 
PaymentNotice.builder() | 
  | 
PaymentNotice.Builder | 
PaymentNotice.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. 
 | 
PaymentNotice.Builder | 
PaymentNotice.Builder.contained(java.util.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. 
 | 
PaymentNotice.Builder | 
PaymentNotice.Builder.created(DateTime created) | 
 The date when this resource was created. 
 | 
PaymentNotice.Builder | 
PaymentNotice.Builder.extension(Extension... extension) | 
 May be used to represent additional information that is not part of the basic definition of the resource. 
 | 
PaymentNotice.Builder | 
PaymentNotice.Builder.extension(java.util.Collection<Extension> extension) | 
 May be used to represent additional information that is not part of the basic definition of the resource. 
 | 
protected PaymentNotice.Builder | 
PaymentNotice.Builder.from(PaymentNotice paymentNotice) | 
  | 
PaymentNotice.Builder | 
PaymentNotice.Builder.id(java.lang.String id) | 
 The logical id of the resource, as used in the URL for the resource. 
 | 
PaymentNotice.Builder | 
PaymentNotice.Builder.identifier(Identifier... identifier) | 
 A unique identifier assigned to this payment notice. 
 | 
PaymentNotice.Builder | 
PaymentNotice.Builder.identifier(java.util.Collection<Identifier> identifier) | 
 A unique identifier assigned to this payment notice. 
 | 
PaymentNotice.Builder | 
PaymentNotice.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. 
 | 
PaymentNotice.Builder | 
PaymentNotice.Builder.language(Code language) | 
 The base language in which the resource is written. 
 | 
PaymentNotice.Builder | 
PaymentNotice.Builder.meta(Meta meta) | 
 The metadata about the resource. 
 | 
PaymentNotice.Builder | 
PaymentNotice.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. 
 | 
PaymentNotice.Builder | 
PaymentNotice.Builder.modifierExtension(java.util.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. 
 | 
PaymentNotice.Builder | 
PaymentNotice.Builder.payee(Reference payee) | 
 The party who will receive or has received payment that is the subject of this notification. 
 | 
PaymentNotice.Builder | 
PaymentNotice.Builder.payment(Reference payment) | 
 A reference to the payment which is the subject of this notice. 
 | 
PaymentNotice.Builder | 
PaymentNotice.Builder.paymentDate(Date paymentDate) | 
 The date when the above payment action occurred. 
 | 
PaymentNotice.Builder | 
PaymentNotice.Builder.paymentDate(java.time.LocalDate paymentDate) | 
 Convenience method for setting paymentDate. 
 | 
PaymentNotice.Builder | 
PaymentNotice.Builder.paymentStatus(CodeableConcept paymentStatus) | 
 A code indicating whether payment has been sent or cleared. 
 | 
PaymentNotice.Builder | 
PaymentNotice.Builder.provider(Reference provider) | 
 The practitioner who is responsible for the services rendered to the patient. 
 | 
PaymentNotice.Builder | 
PaymentNotice.Builder.recipient(Reference recipient) | 
 The party who is notified of the payment status. 
 | 
PaymentNotice.Builder | 
PaymentNotice.Builder.request(Reference request) | 
 Reference of resource for which payment is being made. 
 | 
PaymentNotice.Builder | 
PaymentNotice.Builder.response(Reference response) | 
 Reference of response to resource for which payment is being made. 
 | 
PaymentNotice.Builder | 
PaymentNotice.Builder.status(PaymentNoticeStatus status) | 
 The status of the resource instance. 
 | 
PaymentNotice.Builder | 
PaymentNotice.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. 
 | 
PaymentNotice.Builder | 
PaymentNotice.toBuilder() | 
  |