 | TransactionsSearchResultEntity.TotalOutstanding Property |
Gets or sets the total outstanding.
Namespace:
AMCS.Elemos.IntegrationService.Entity.Transactions
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<decimal> TotalOutstanding { get; set; }
Public Property TotalOutstanding As Nullable(Of Decimal)
Get
Set
Property Value
Type:
Nullable<Decimal>
The total outstanding.
See Also