 |
ProducerBrokerCommissionItemV1ShareRevenueAmount Property |
Share revenue data is only required if the EPIC accounting configuration setting for Share Revenue is enabled.
Namespace:
ASI.TAM.API.Data.UI.Transaction
Assembly:
ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2021.1.0.1
Syntaxpublic Nullable<decimal> ShareRevenueAmount { get; set; }
Public Property ShareRevenueAmount As Nullable(Of Decimal)
Get
Set
Dim instance As ProducerBrokerCommissionItemV1
Dim value As Nullable(Of Decimal)
value = instance.ShareRevenueAmount
instance.ShareRevenueAmount = value
Property Value
Type:
NullableDecimal
ShareRevenueAmount As Decimal?.
Remarks Note |
---|
- Name - ShareRevenueAmount
- Required On Insert - False
- Required On Update - False
- Ignored On Insert - False
- Ignored On Update - False
- Ignored On Get - False
- Allow Negatives - False
- Integral Digits - 15
- Fractional Digits -
|
See Also