Class CashPaymentDetails
Additional optional payment details about the cash tender type.
Namespace: anybill.POS.Client.Models.Bill.Data.PaymentType.Extension.PaymentDetails
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class CashPaymentDetails : PaymentDetails
Properties
AmountGiven
The amount the customer gave to the cashier.
Declaration
public decimal? AmountGiven { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
AmountReturned
The amount the cashier gave back to the customer.
Declaration
public decimal? AmountReturned { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |