CheckRefundRefNum Property |
Used to reference a previous transaction when doing a follow-up transaction, typically a refund, void, or capture. (Note: xRefnum can be a 64-bit number and should be stored as BIGINT, Long, Int64 or String)
Namespace:
CardknoxApi.Operations
Assembly:
Cardknox (in Cardknox.dll) Version: 4.5
Syntax public string RefNum { get; set; }
Public Property RefNum As String
Get
Set
public:
property String^ RefNum {
String^ get ();
void set (String^ value);
}
member RefNum : string with get, set
Property Value
Type:
StringSee Also