 |
SendInvoiceToItemV1BillBrokerNet Property |
If blank on insert, defaults a value. Ignroed for certain conditions such as InvoiceToType is not Broker.
Created in Epic SDK 2018.
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<bool> BillBrokerNet { get; set; }
Public Property BillBrokerNet As Nullable(Of Boolean)
Get
Set
Dim instance As SendInvoiceToItemV1
Dim value As Nullable(Of Boolean)
value = instance.BillBrokerNet
instance.BillBrokerNet = value
Property Value
Type:
NullableBoolean
BillBrokerNet As Boolean?.
Remarks Note |
---|
|
See Also