 |
BillingV1Reason Property |
Properties reason and resason details cannot be inserted.(SDK will popup error message if these properties are not empty while inserting).They can only be updated when transaction is reversed.
Created in Epic SDK 2014.
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 string Reason { get; set; }
Public Property Reason As String
Get
Set
Dim instance As BillingV1
Dim value As String
value = instance.Reason
instance.Reason = value
Property Value
Type:
String
Reason As String.
Remarks Note |
---|
- Name - Reason
- Lookup - TransactionReverseReason
- Auto Validated - True
|
See Also