 |
ProducerBrokerCommissionItemShareRevenueReceivingAmount Property |
Revenue Receiving Amount
Created in Epic SDK 2017.
Required
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Reconcile
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2022.2.0.1054
Syntaxpublic Nullable<decimal> ShareRevenueReceivingAmount { get; set; }
Public Property ShareRevenueReceivingAmount As Nullable(Of Decimal)
Get
Set
Dim instance As ProducerBrokerCommissionItem
Dim value As Nullable(Of Decimal)
value = instance.ShareRevenueReceivingAmount
instance.ShareRevenueReceivingAmount = value
Property Value
Type:
NullableDecimal
ShareRevenueReceivingAmount As Decimal?.
Remarks Note |
---|
- Name - ShareRevenueReceivingAmount
- Required On Insert - True
- Required On Update - True
- Allow Negatives - False
- Integral Digits - 15
|
See Also