Class GiftCardPaymentDetails
Additional optional payment details about the gift card tender type.
Namespace: anybill.POS.Client.Models.Bill.Data.PaymentType.Extension.PaymentDetails
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class GiftCardPaymentDetails : PaymentDetails
Properties
DateOfExpiry
The date of expiry of the gift card.
Declaration
public DateTimeOffset? DateOfExpiry { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |
InitialBalance
The amount that the gift card was worth before the transaction.
Declaration
public decimal? InitialBalance { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
RemainingBalance
The amount that is left on the gift card after the transaction.
Declaration
public decimal? RemainingBalance { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |