Class TPaymentReconciliationDetail

Unit

Declaration

type TPaymentReconciliationDetail = class(TBackboneElement)

Description

This resource provides the details including amount of a payment and allocates the payment items being paid.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;
Public property predecessor : TIdentifier read Getpredecessor write Setpredecessor;
Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property request : TReference read Getrequest write Setrequest;
Public property submitter : TReference read Getsubmitter write Setsubmitter;
Public property response : TReference read Getresponse write Setresponse;
Public property date_ : string read Getdate_ write Setdate_;
Public property date_Element : Tdate_ read Getdate_Element write Setdate_Element;
Public property responsible : TReference read Getresponsible write Setresponsible;
Public property payee : TReference read Getpayee write Setpayee;
Public property amount : TMoney read Getamount write Setamount;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;

Unique identifier for the current payment item for the referenced payable.

Public property predecessor : TIdentifier read Getpredecessor write Setpredecessor;

Unique identifier for the prior payment item for the referenced payable.

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

Code to indicate the nature of the payment.

Public property request : TReference read Getrequest write Setrequest;

A resource, such as a Claim, the evaluation of which could lead to payment.

Public property submitter : TReference read Getsubmitter write Setsubmitter;

The party which submitted the claim or financial transaction.

Public property response : TReference read Getresponse write Setresponse;

A resource, such as a ClaimResponse, which contains a commitment to payment.

Public property date_ : string read Getdate_ write Setdate_;

The date from the response resource containing a commitment to pay.

Public property date_Element : Tdate_ read Getdate_Element write Setdate_Element;
 
Public property responsible : TReference read Getresponsible write Setresponsible;

A reference to the individual who is responsible for inquiries regarding the response and its payment.

Public property payee : TReference read Getpayee write Setpayee;

The party which is receiving the payment.

Public property amount : TMoney read Getamount write Setamount;

The monetary amount allocated from the total payment to the payable.


Generated by PasDoc 0.15.0.