ibilling.client
Interface PaymentOptionType

All Known Subinterfaces:
AssetTransactionType

public interface PaymentOptionType

The Interface PaymentOptionType.

Since:
1.0

Field Summary
static java.lang.String Amex
          American Express
static java.lang.String Checking
          Checking account
static java.lang.String Discover
          Discover
static java.lang.String MasterCard
          Master Card.
static java.lang.String Savings
          Savings account
static java.lang.String Visa
          Visa
 

Field Detail

Amex

static final java.lang.String Amex
American Express

See Also:
Constant Field Values

Checking

static final java.lang.String Checking
Checking account

See Also:
Constant Field Values

Discover

static final java.lang.String Discover
Discover

See Also:
Constant Field Values

Savings

static final java.lang.String Savings
Savings account

See Also:
Constant Field Values

Visa

static final java.lang.String Visa
Visa

See Also:
Constant Field Values

MasterCard

static final java.lang.String MasterCard
Master Card.

See Also:
Constant Field Values