Click or drag to resize

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; }

Property Value

Type: String
See Also