Memo Property
A note associated with the payment.
Syntax
public String getMemo(); public void setMemo(String memo);
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
""