Class SepaPaymentMethod
Constants for PaymentMethod.
Inherited Members
Namespace: Subsembly.Sepa
Assembly: Subsembly.Sepa.dll
Syntax
public static class SepaPaymentMethod
Fields
CHK
Check.
Declaration
public const string CHK = "CHK"
Field Value
Type | Description |
---|---|
string |
DD
Direct Debit.
Declaration
public const string DD = "DD"
Field Value
Type | Description |
---|---|
string |
TRF
Credit Transfer.
Declaration
public const string TRF = "TRF"
Field Value
Type | Description |
---|---|
string |