Class TInvoicePriceComponent
Unit
bsFhir_r4b
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : string read Gettype_ write Settype_; |
This code identifies the type of the component.
|
|
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.
|
|
property factor : Double read Getfactor write Setfactor; |
The factor that has been applied on the base price for calculating this component.
|
|
property factorElement : Tdecimal read GetfactorElement write SetfactorElement; |
|
|
property amount : TMoney read Getamount write Setamount; |
The amount calculated for this component.
|
Generated by PasDoc 0.15.0.
|