InterfaceItem_CCIncompletePayment Model

A class for storing data required for resuming an in progress credit card transaction that may have been interrupted due to a power cut or application crash.

Nullable
Provider : CreditCardProviders

The credit card provider enum(name) used for this transaction

Nullable
CCTxnCounter : number (int)

The POS's Credit Card Transaction counter used for generating the POSTxnRef

IsCardNotPresent : bool

Example
{
  "Provider": 1,
  "CCTxnCounter": 321,
  "IsCardNotPresent": true
}