GiftCardBasicDto
public class GiftCardBasicDto : EntityBasicDto
Inheritance
- class EntityBasicDto
Namespace
Constructors
GiftCardBasicDto
The default constructor.
public GiftCardBasicDto()
Properties
Code
public string Code { get; set; }
CreateDate
public DateTime CreateDate { get; set; }
Name
public string Name { get; set; }
OrderId
public Guid? OrderId { get; set; }
OrderNumber
public string OrderNumber { get; set; }
OriginalAmount
public decimal OriginalAmount { get; set; }
OriginalAmountFormatted
public string OriginalAmountFormatted { get; set; }
RemainingAmount
public decimal RemainingAmount { get; set; }
RemainingAmountFormatted
public string RemainingAmountFormatted { get; set; }
Status
public string Status { get; set; }
StatusColor
public string StatusColor { get; set; }
StoreId
public Guid StoreId { get; set; }