Gets or sets string of transaction Description.
Namespace: Bluefin.Web.ClientAssembly: Bluefin-3.8.sp8-net4.5 (in Bluefin-3.8.sp8-net4.5.dll) Version: 3.8.0.8 (3.8.0.8)
Public Property Description As String
Get
Set
Public Property Description As String
Get
Set
public string Description { get; set; }
public string Description { get; set; }
public:
property String^ Description {
String^ get ();
void set (String^ value);
}
A description of the payment. This is an open field. If emails are sent to the customer or merchant,
this will show in the “Description:” field. You may use this to send any information that you wish.
It can store up to 65,000 characters.