AccountType

public enum AccountType

The type of account for the payment.

Enum Constants

CHECKING

public static final AccountType CHECKING

Check Account to be used

CREDIT

public static final AccountType CREDIT

Credit Account to be used

DEBIT

public static final AccountType DEBIT

Debit Account to be used

DEFAULT

public static final AccountType DEFAULT

Default Account to be used

EBT_CASH

public static final AccountType EBT_CASH

Ebt Cash Account to be used

EBT_FOOD

public static final AccountType EBT_FOOD

Ebt Food Account to be used

PINLESS_DEBIT

public static final AccountType PINLESS_DEBIT

The payment was converted to PIN-less Debit

SAVINGS

public static final AccountType SAVINGS

Savings Account to be used

STORED_VALUE

public static final AccountType STORED_VALUE

Stored Value to be used

UNIVERSAL

public static final AccountType UNIVERSAL

Universal Account to be used