Gets the string that represent id of original transaction or null, if the response didn't specify any value.
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 ReadOnly Property OriginalTransactionID As String
Get
Public ReadOnly Property OriginalTransactionID As String
Get
public string OriginalTransactionID { get; }
public string OriginalTransactionID { get; }
public:
property String^ OriginalTransactionID {
String^ get ();
}
public:
property String^ OriginalTransactionID {
String^ get ();
}
Will be returned for refunds. This is the original transaction_id of the Sale
transaction that was refunded. It is provided for reference purposes.