Click or drag to resize

OutstandingPaymentAmount Property

Used to specify the Amount.

Created in Epic SDK 2021.

Namespace:  ASI.TAM.API.Data.UI.GeneralLedger.Receipt
Assembly:  ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2021.2.0.769
Syntax
public Nullable<decimal> Amount { get; set; }

Property Value

Type: NullableDecimal
Amount As Decimal?.
Remarks
Note Note
  • Name - Amount
  • Required On Insert - False
  • Required On Update - False
  • Allow Negatives - False
  • Integral Digits - 13
  • Fractional Digits - 2
See Also