 |
BillingV1Binder Property |
Binder
Created in Epic SDK 2021.
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> Binder { get; set; }
Public Property Binder As Nullable(Of Boolean)
Get
Set
Dim instance As BillingV1
Dim value As Nullable(Of Boolean)
value = instance.Binder
instance.Binder = value
Property Value
Type:
NullableBoolean
Binder As Boolean?.
RemarksIngored if Binder is disabled in the Epic Accounting systems settings. Ignored if AccountTypeCode is not CUST. Ignored if not Attached to Policy or Line. Ignored for payment transactions. Ignored for direct billed. Ignored for various transaction codes.
Note |
---|
|
See Also