Memo Property
A note associated with the payment.
Syntax
[VB.NET] Public Property Memo As String
[C#] public string Memo {get; set;}
Remarks
If specified, this optional property must be plain text, HTML is not allowed. The maximum length is 1000 characters, and you may use newlines.
Default Value
""