Enum PaymentType
Defines the general categories of payment types supported by the Order System
Namespace: Mediachase.Commerce.Orders
Assembly: Mediachase.Commerce.dll
Version: 13.30.0Syntax
public enum PaymentType
Fields
Name | Description |
---|---|
CashCard | Cash card is a company issued card for making purchases. |
CreditCard | Typical credit card payment. |
Exchange | Exchange payment |
GiftCard | Gift card issued by the store. |
Invoice | Typically business to business payment type. |
Other | Custom implementation. |