Class TPaymentReconciliationDetail

Unit

Declaration

type TPaymentReconciliationDetail = class(TBackboneElement)

Description

This resource provides payment details and claim references supporting a bulk payment.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property request : TReference read Getrequest write Setrequest;
Public property response : TReference read Getresponse write Setresponse;
Public property submitter : TReference read Getsubmitter write Setsubmitter;
Public property payee : TReference read Getpayee write Setpayee;
Public property date_ : string read Getdate_ write Setdate_;
Public property date_Element : Tdate_ read Getdate_Element write Setdate_Element;
Public property amount : TMoney read Getamount write Setamount;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

Code to indicate the nature of the payment, adjustment, funds advance, etc.

Public property request : TReference read Getrequest write Setrequest;

The claim or financial resource.

Public property response : TReference read Getresponse write Setresponse;

The claim response resource.

Public property submitter : TReference read Getsubmitter write Setsubmitter;

The Organization which submitted the claim or financial transaction.

Public property payee : TReference read Getpayee write Setpayee;

The organization which is receiving the payment.

Public property date_ : string read Getdate_ write Setdate_;

The date of the invoice or financial resource.

Public property date_Element : Tdate_ read Getdate_Element write Setdate_Element;
 
Public property amount : TMoney read Getamount write Setamount;

Amount paid for this detail.


Generated by PasDoc 0.15.0.