ICreditPaymentItem
Definition
- Namespace
- Resto.Front.PrintTemplates.Cheques.Razor.TemplateModels
Credit payment item
Properties
| Name | Type | Description |
|---|---|---|
| Comment | string | Comment |
| Counteragent | IUser | Contractor |
| CreditCounteragent | IUser | Contractor when paying on credit |
| CurrencyInfo | ICurrencyInfo | Details on payment in additional currency. null if payment in main currency |
| DonationType | IDonationType | Type of tips |
| FailedToRemovePrepayOnStorno | bool | Failed to remove prepayment when reversing |
| GuestId | Guid? | Order guest identifier the payment item belongs to. |
| IsPreliminary | bool | Flag of preliminary added payment (not prepayment!) |
| IsPrepay | bool | Prepayment flag |
| IsProcessedAsDiscount | bool | Is prepay was processed as discount. Note that this property is actual if value of IPaymentItem.IsPrepay is true, otherwise use IPaymentType.ProcessAsDiscount property. |
| IsProcessedExternally | bool | Was external payment item externally processed |
| Status | PaymentItemStatus | Status |
| Sum | decimal | Amount |
| Type | IPaymentType | Payment type |