PaymentMethod Enumeration |
Payment methods
Namespace: CorrigoService.EnumsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public enum PaymentMethod
<SerializableAttribute>
Public Enumeration PaymentMethod
No code example is currently available or this language may not be supported.
MembersMember name | Value | Description |
---|
Check | 0 |
Check (C)
|
Cash | 1 |
Cash (H)
|
CreditCard | 2 |
Credit Card (P)
|
EFT | 3 |
Electronic funds transfer (T)
|
AccountCredit | 4 |
Account Credit Only (X)
|
See Also