Table of Contents

Class AfterSalesCoupon

Namespace
anybill.POS.Client.Models.Receipt.Misc.Extension.AfterSalesCoupon
Assembly
anybill.POS.Client.Abstractions.dll

A coupon that the customer gets after the checkout.

public class AfterSalesCoupon
Inheritance
AfterSalesCoupon
Inherited Members

Properties

Code

The code used to redeem the coupon.

public string Code { get; set; }

Property Value

string

CodeType

The type of the coupon code.

public AfterSalesCouponCodeType CodeType { get; set; }

Property Value

AfterSalesCouponCodeType

Description

Additional description for the coupon. E.g. how to redeem the coupon or why the coupon was given etc.

public string Description { get; set; }

Property Value

string

RedeemEndDate

The end date of when the coupon can be redeemed.

public DateTimeOffset? RedeemEndDate { get; set; }

Property Value

DateTimeOffset?

RedeemStartDate

The start date of when the coupon can be redeemed.

public DateTimeOffset? RedeemStartDate { get; set; }

Property Value

DateTimeOffset?

Title

Title of the coupon.

public string Title { get; set; }

Property Value

string