You can restrict what kind of card the customer uses
More...
|
static readonly String | DEFAULT = "Default" |
| Accept all More...
|
|
static readonly String | CREDIT = "Credit" |
| Accept only credit cards More...
|
|
static readonly String | DEBIT = "Debit" |
| Accept only debit cards More...
|
|
You can restrict what kind of card the customer uses
◆ CREDIT
readonly String CWSWrapper.CardType.CREDIT = "Credit" |
|
static |
◆ DEBIT
readonly String CWSWrapper.CardType.DEBIT = "Debit" |
|
static |
◆ DEFAULT
readonly String CWSWrapper.CardType.DEFAULT = "Default" |
|
static |
The documentation for this class was generated from the following file: