ibilling.client
Interface ClaimType


public interface ClaimType

The Interface ClaimType.

Since:
1.0

Field Summary
static java.lang.String Complimentary
          The Complimentary.
static java.lang.String Decline
          The Decline.
static java.lang.String Prepayment
          The Prepayment.
static java.lang.String Statement
          The Statement.
 

Field Detail

Statement

static final java.lang.String Statement
The Statement.

See Also:
Constant Field Values

Prepayment

static final java.lang.String Prepayment
The Prepayment.

See Also:
Constant Field Values

Decline

static final java.lang.String Decline
The Decline.

See Also:
Constant Field Values

Complimentary

static final java.lang.String Complimentary
The Complimentary.

See Also:
Constant Field Values