 | FinancialTransactionAmount Property |
Gets or sets the amount of the financial transaction
Namespace:
SanteDB.Core.Model.Acts
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntaxpublic decimal Amount { get; set; }Public Property Amount As Decimal
Get
Set
public:
property Decimal Amount {
Decimal get ();
void set (Decimal value);
}member Amount : decimal with get, set
Property Value
Type:
Decimal
See Also