Click or drag to resize

RedeemedVoucher Class

Syntax
C#
public class RedeemedVoucher : Voucher

The RedeemedVoucher type exposes the following members.

Properties
  NameDescription
Public propertyAccessCode
(Inherited from Voucher.)
Public propertyAuthenticateMemberToConsumeVoucher
(Inherited from Voucher.)
Public propertyOrganisation_RSN
Public propertyProgramMembership_RSN
(Inherited from Voucher.)
Public propertyRSN
(Inherited from Voucher.)
Public propertyStatus

Valid Values:

  • VALID
  • USED
  • EXPIRED

(Inherited from Voucher.)
Public propertyTransactionID
Public propertyTransactionProcessedDate
Public propertyTransactionType
Public propertyVoucherExpiry
(Inherited from Voucher.)
Public propertyVoucherMessage
(Inherited from Voucher.)
Public propertyVoucherNumber
(Inherited from Voucher.)
Public propertyVoucherValidFrom
(Inherited from Voucher.)
Public propertyVoucherValue
(Inherited from Voucher.)
Top
See Also