The IPaymentType type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CanDisplayChange | If change can be displayed for payment type. | |
| DiscountType | Recommended IDiscountType to apply with this payment type. You should delete discount item of this discount type if you deleting payment item of this payment type. | |
| Id | (Inherited from IEntity.) | |
| IsCash | Does payment type present cash payment | |
| IsCombinable | Is payment type combinable with other payment types. | |
| IsEnabled | Is payment type enabled for some kind of usage. Specific purposes may have additional constraints. | |
| Name | Name of payment type |
See Also