Class TChargeItemDefinitionPropertyGroup

Unit

Declaration

type TChargeItemDefinitionPropertyGroup = class(TBackboneElement)

Description

The ChargeItemDefinition resource provides the properties that apply to the (billing) codes necessary to calculate costs and prices. The properties may differ largely depending on type and realm, therefore this resource gives only a rough structure and requires profiling for each type of billing code system.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property applicability : TChargeItemDefinitionApplicabilityArray read GetapplicabilityArray;
Public property priceComponent : TChargeItemDefinitionPriceComponentArray read GetpriceComponentArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property applicability : TChargeItemDefinitionApplicabilityArray read GetapplicabilityArray;

Expressions that describe applicability criteria for the priceComponent.

Public property priceComponent : TChargeItemDefinitionPriceComponentArray read GetpriceComponentArray;

The price for a ChargeItem may be calculated as a base price with surcharges/deductions that apply in certain conditions. A ChargeItemDefinition resource that defines the prices, factors and conditions that apply to a billing code is currently under development. The priceComponent element can be used to offer transparency to the recipient of the Invoice of how the prices have been calculated.


Generated by PasDoc 0.15.0.