ibilling.client
Interface AssetTransactionType

All Superinterfaces:
PaymentOptionType

public interface AssetTransactionType
extends PaymentOptionType

Defines possible sources of money for an AssetTransaction.

Since:
1.0

Field Summary
static java.lang.String Allowance
          Discount (waiver).
static java.lang.String Cash
          Cash.
static java.lang.String Check
          Check.
 
Fields inherited from interface ibilling.client.PaymentOptionType
Amex, Checking, Discover, MasterCard, Savings, Visa
 

Field Detail

Cash

static final java.lang.String Cash
Cash.

See Also:
Constant Field Values

Check

static final java.lang.String Check
Check.

See Also:
Constant Field Values

Allowance

static final java.lang.String Allowance
Discount (waiver).

See Also:
Constant Field Values