 |
DetailItemCashOnAccountOptions Property |
Used when apply to is cash on account to specify whether it should be directbillcommission, premium payable or commission payable. Only used if detail item type is either company or broker.
Created in Epic SDK 2017 R2.
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.1.0.391
Syntaxpublic OptionType CashOnAccountOptions { get; set; }
Public Property CashOnAccountOptions As OptionType
Get
Set
Dim instance As DetailItem
Dim value As OptionType
value = instance.CashOnAccountOptions
instance.CashOnAccountOptions = value
Property Value
Type:
OptionType
CashOnAccountOptions As Option.
Remarks Note |
---|
- Name - CashOnAccountOptions
- Option Type - ReceiptDetailItemCashOnAccountOptions
- Defaults To - DirectBillCommission
|
See Also