Class GiftCardTransaction
- Namespace
- Dynamicweb.Ecommerce.GiftCards
- Assembly
- Dynamicweb.Ecommerce.dll
Represents information about an GiftCardTransaction.
public class GiftCardTransaction
- Inheritance
-
GiftCardTransaction
- Inherited Members
Constructors
GiftCardTransaction()
Initializes a new instance of the GiftCardTransaction class.
public GiftCardTransaction()
Properties
Amount
Gets or sets the GiftCardTransaction amount.
public double Amount { get; set; }
Property Value
- double
GiftCardTransaction amount
GiftCardID
Gets or sets the GiftCardTransaction related giftCard id.
public string GiftCardID { get; set; }
Property Value
- string
The giftCard id.
ID
Gets the GiftCardTransaction ID.
public int ID { get; set; }
Property Value
IsNew
public bool IsNew { get; }
Property Value
OrderID
Gets or sets the GiftCardTransaction related order id.
public string OrderID { get; set; }
Property Value
- string
The order id
OrderLineID
Gets or sets the GiftCardTransaction related order id.
public string OrderLineID { get; set; }
Property Value
- string
The order id
TransactionDate
Gets the GiftCardTransaction creation date.
public DateTime TransactionDate { get; }