Table: PosPaymentDetail
PosPaymentDetail records payment information that is summed up in the PosPayment table.
Name | Type | Description | Remarks |
---|---|---|---|
Amount |
decimal(10,2) |
Amount of the payment. |
Amount is stored as a negative value. |
PaymentID |
int |
PaymentID is a foreign key to the PosPayment table. |
|
PaymentTypeID |
int |
PaymentTypeID is a nullable foreign key to the PaymentType table. |