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

The available choices for debit network preference More...

Static Public Member Functions

static String toApiValue (String uiValue)
 Returns the CWS-friendly string that represents the given UI value. More...
 

Static Public Attributes

static readonly String NO_PREFERENCE = "NO_PREFERENCE"
 NO_PREFERENCE More...
 
static readonly String US_COMMON_DEBIT = "US_COMMON_DEBIT"
 US_COMMON_DEBIT More...
 
static readonly String GLOBAL_NETWORK = "GLOBAL_NETWORK"
 GLOBAL_NETWORK More...
 

Detailed Description

The available choices for debit network preference

Member Function Documentation

◆ toApiValue()

static String CWSWrapper.DebitNetworkChoice.toApiValue ( String  uiValue)
inlinestatic

Returns the CWS-friendly string that represents the given UI value.

Parameters
uiValueThe string UI value to be passed in.
Returns
A CWS API-friendly string.

Member Data Documentation

◆ GLOBAL_NETWORK

readonly String CWSWrapper.DebitNetworkChoice.GLOBAL_NETWORK = "GLOBAL_NETWORK"
static

GLOBAL_NETWORK

◆ NO_PREFERENCE

readonly String CWSWrapper.DebitNetworkChoice.NO_PREFERENCE = "NO_PREFERENCE"
static

NO_PREFERENCE

◆ US_COMMON_DEBIT

readonly String CWSWrapper.DebitNetworkChoice.US_COMMON_DEBIT = "US_COMMON_DEBIT"
static

US_COMMON_DEBIT


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