|  | 
| 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.
   ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2021.1.0.1
 Syntax
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
Remarks|  Note | 
|---|
| Name -  ReasonLookup -  TransactionReverseReasonAuto Validated -  True
 | 
 See Also
See Also