ibilling.client
Interface CustomerAccountType


public interface CustomerAccountType

Enumerates possible CustomerAccount types.

Since:
1.0

Field Summary
static java.lang.String Female
          Female.
static java.lang.String Male
          Male.
static java.lang.String Organization
          Organization.
 

Field Detail

Male

static final java.lang.String Male
Male.

See Also:
Constant Field Values

Female

static final java.lang.String Female
Female.

See Also:
Constant Field Values

Organization

static final java.lang.String Organization
Organization.

See Also:
Constant Field Values