CWS Wrapper Library  5.1.0
Static Public Attributes | List of all members
CWSWrapper.CardType Class Reference

You can restrict what kind of card the customer uses More...

Static Public Attributes

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...
 

Detailed Description

You can restrict what kind of card the customer uses

Member Data Documentation

◆ CREDIT

readonly String CWSWrapper.CardType.CREDIT = "Credit"
static

Accept only credit cards

◆ DEBIT

readonly String CWSWrapper.CardType.DEBIT = "Debit"
static

Accept only debit cards

◆ DEFAULT

readonly String CWSWrapper.CardType.DEFAULT = "Default"
static

Accept all


The documentation for this class was generated from the following file: