Class PaymentType
Defines the general categories of payment types supported by the Order System
Inheritance
System.Object
PaymentType
Namespace: Mediachase.Commerce.Orders
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public sealed class PaymentType : Enum
Fields
CashCard
Cash card is a company issued card for making purchases.
Declaration
public const PaymentType CashCard
Field Value
Type | Description |
---|---|
PaymentType |
CreditCard
Typical credit card payment.
Declaration
public const PaymentType CreditCard
Field Value
Type | Description |
---|---|
PaymentType |
Exchange
Exchange payment
Declaration
public const PaymentType Exchange
Field Value
Type | Description |
---|---|
PaymentType |
GiftCard
Gift card issued by the store.
Declaration
public const PaymentType GiftCard
Field Value
Type | Description |
---|---|
PaymentType |
Invoice
Typically business to business payment type.
Declaration
public const PaymentType Invoice
Field Value
Type | Description |
---|---|
PaymentType |
Other
Custom implementation.
Declaration
public const PaymentType Other
Field Value
Type | Description |
---|---|
PaymentType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |