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

Constants used to specify transaction types More...

Static Public Attributes

static readonly String SALE = "SALE"
 A sale. More...
 
static readonly String LINKED_REFUND = "LINKED_REFUND"
 Linked refund. More...
 
static readonly String STANDALONE_REFUND = "STANDALONE_REFUND"
 Standalone refund More...
 
static readonly String VOID = "VOID"
 Void a transaction More...
 
static readonly String PRE_AUTH = "PRE_AUTH"
 Preauthorize a sale. More...
 
static readonly String PRE_AUTH_INCREMENT = "PRE_AUTH_INCREMENT"
 Increment a preauthorized sale. More...
 
static readonly String PRE_AUTH_COMPLETE = "PRE_AUTH_COMPLETE"
 Turn a pre-auth into a sale More...
 
static readonly String PRE_AUTH_DELETE = "PRE_AUTH_DELETE"
 Cancel a pre-auth More...
 
static readonly String MONEY_TRANSFER_OCT = "MONEY_TRANSFER_OCT"
 Money Transfer OCT More...
 
static readonly String TIP_ADJUST = "TIP_ADJUST"
 TipAdjust More...
 
static readonly String BALANCE_INQUIRY = "BALANCE_INQUIRY"
 Balance Inquiry More...
 
static readonly String OCT_FUNDING = "OCT_FUNDING"
 

Detailed Description

Constants used to specify transaction types

Member Data Documentation

◆ BALANCE_INQUIRY

readonly String CWSWrapper.TransactionType.BALANCE_INQUIRY = "BALANCE_INQUIRY"
static

Balance Inquiry

◆ LINKED_REFUND

readonly String CWSWrapper.TransactionType.LINKED_REFUND = "LINKED_REFUND"
static

Linked refund.

◆ MONEY_TRANSFER_OCT

readonly String CWSWrapper.TransactionType.MONEY_TRANSFER_OCT = "MONEY_TRANSFER_OCT"
static

Money Transfer OCT

◆ OCT_FUNDING

readonly String CWSWrapper.TransactionType.OCT_FUNDING = "OCT_FUNDING"
static

OctFunding

◆ PRE_AUTH

readonly String CWSWrapper.TransactionType.PRE_AUTH = "PRE_AUTH"
static

Preauthorize a sale.

◆ PRE_AUTH_COMPLETE

readonly String CWSWrapper.TransactionType.PRE_AUTH_COMPLETE = "PRE_AUTH_COMPLETE"
static

Turn a pre-auth into a sale

◆ PRE_AUTH_DELETE

readonly String CWSWrapper.TransactionType.PRE_AUTH_DELETE = "PRE_AUTH_DELETE"
static

Cancel a pre-auth

◆ PRE_AUTH_INCREMENT

readonly String CWSWrapper.TransactionType.PRE_AUTH_INCREMENT = "PRE_AUTH_INCREMENT"
static

Increment a preauthorized sale.

◆ SALE

readonly String CWSWrapper.TransactionType.SALE = "SALE"
static

A sale.

◆ STANDALONE_REFUND

readonly String CWSWrapper.TransactionType.STANDALONE_REFUND = "STANDALONE_REFUND"
static

Standalone refund

◆ TIP_ADJUST

readonly String CWSWrapper.TransactionType.TIP_ADJUST = "TIP_ADJUST"
static

TipAdjust

◆ VOID

readonly String CWSWrapper.TransactionType.VOID = "VOID"
static

Void a transaction


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