Class TAccountGuarantor

Unit

Declaration

type TAccountGuarantor = class(TBackboneElement)

Description

A financial tool for tracking value accrued for a particular purpose. In the healthcare field, used to track charges for a patient, cost centers, etc.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property party : TReference read Getparty write Setparty;
Public property onHold : boolean read GetonHold write SetonHold;
Public property onHoldElement : Tboolean read GetonHoldElement write SetonHoldElement;
Public property period : TPeriod read Getperiod write Setperiod;

Description

Methods

Public constructor Create; override;
 

Properties

Public property party : TReference read Getparty write Setparty;

The entity who is responsible.

Public property onHold : boolean read GetonHold write SetonHold;

A guarantor may be placed on credit hold or otherwise have their role temporarily suspended.

Public property onHoldElement : Tboolean read GetonHoldElement write SetonHoldElement;
 
Public property period : TPeriod read Getperiod write Setperiod;

The timeframe during which the guarantor accepts responsibility for the account.


Generated by PasDoc 0.15.0.