Class TInvoicePriceComponent

Unit

Declaration

type TInvoicePriceComponent = class(TBackboneElement)

Description

Invoice containing collected ChargeItems from an Account with calculated individual and total price for Billing purpose.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : string read Gettype_ write Settype_;
Public property type_Element : TInvoicePriceComponentType read Gettype_Element write Settype_Element;
Public property code : TCodeableConcept read Getcode write Setcode;
Public property factor : Double read Getfactor write Setfactor;
Public property factorElement : Tdecimal read GetfactorElement write SetfactorElement;
Public property amount : TMoney read Getamount write Setamount;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : string read Gettype_ write Settype_;

This code identifies the type of the component.

Public property type_Element : TInvoicePriceComponentType read Gettype_Element write Settype_Element;
 
Public property code : TCodeableConcept read Getcode write Setcode;

A code that identifies the component. Codes may be used to differentiate between kinds of taxes, surcharges, discounts etc.

Public property factor : Double read Getfactor write Setfactor;

The factor that has been applied on the base price for calculating this component.

Public property factorElement : Tdecimal read GetfactorElement write SetfactorElement;
 
Public property amount : TMoney read Getamount write Setamount;

The amount calculated for this component.


Generated by PasDoc 0.15.0.