DeleteBillingProfileEligibilityCode Class

public final class DeleteBillingProfileEligibilityCode
extends ExpandableStringEnum<DeleteBillingProfileEligibilityCode>

Code of the delete invoice section eligibility response.

Field Summary

Modifier and Type Field and Description
static final DeleteBillingProfileEligibilityCode ACTIVE_BILLING_SUBSCRIPTIONS

Static value ActiveBillingSubscriptions for DeleteBillingProfileEligibilityCode.

static final DeleteBillingProfileEligibilityCode ACTIVE_CREDITS

Static value ActiveCredits for DeleteBillingProfileEligibilityCode.

static final DeleteBillingProfileEligibilityCode ACTIVE_CREDIT_CARD

Static value ActiveCreditCard for DeleteBillingProfileEligibilityCode.

static final DeleteBillingProfileEligibilityCode LAST_BILLING_PROFILE

Static value LastBillingProfile for DeleteBillingProfileEligibilityCode.

static final DeleteBillingProfileEligibilityCode NONE

Static value None for DeleteBillingProfileEligibilityCode.

static final DeleteBillingProfileEligibilityCode NOT_SUPPORTED

Static value NotSupported for DeleteBillingProfileEligibilityCode.

static final DeleteBillingProfileEligibilityCode OUTSTANDING_CHARGES

Static value OutstandingCharges for DeleteBillingProfileEligibilityCode.

static final DeleteBillingProfileEligibilityCode PENDING_CHARGES

Static value PendingCharges for DeleteBillingProfileEligibilityCode.

static final DeleteBillingProfileEligibilityCode RESERVED_INSTANCES

Static value ReservedInstances for DeleteBillingProfileEligibilityCode.

Constructor Summary

Constructor Description
DeleteBillingProfileEligibilityCode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DeleteBillingProfileEligibilityCode value.

Method Summary

Modifier and Type Method and Description
static DeleteBillingProfileEligibilityCode fromString(String name)

Creates or finds a DeleteBillingProfileEligibilityCode from its string representation.

static Collection<DeleteBillingProfileEligibilityCode> values()

Gets known DeleteBillingProfileEligibilityCode values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ACTIVE_BILLING_SUBSCRIPTIONS

public static final DeleteBillingProfileEligibilityCode ACTIVE_BILLING_SUBSCRIPTIONS

Static value ActiveBillingSubscriptions for DeleteBillingProfileEligibilityCode.

ACTIVE_CREDITS

public static final DeleteBillingProfileEligibilityCode ACTIVE_CREDITS

Static value ActiveCredits for DeleteBillingProfileEligibilityCode.

ACTIVE_CREDIT_CARD

public static final DeleteBillingProfileEligibilityCode ACTIVE_CREDIT_CARD

Static value ActiveCreditCard for DeleteBillingProfileEligibilityCode.

LAST_BILLING_PROFILE

public static final DeleteBillingProfileEligibilityCode LAST_BILLING_PROFILE

Static value LastBillingProfile for DeleteBillingProfileEligibilityCode.

NONE

public static final DeleteBillingProfileEligibilityCode NONE

Static value None for DeleteBillingProfileEligibilityCode.

NOT_SUPPORTED

public static final DeleteBillingProfileEligibilityCode NOT_SUPPORTED

Static value NotSupported for DeleteBillingProfileEligibilityCode.

OUTSTANDING_CHARGES

public static final DeleteBillingProfileEligibilityCode OUTSTANDING_CHARGES

Static value OutstandingCharges for DeleteBillingProfileEligibilityCode.

PENDING_CHARGES

public static final DeleteBillingProfileEligibilityCode PENDING_CHARGES

Static value PendingCharges for DeleteBillingProfileEligibilityCode.

RESERVED_INSTANCES

public static final DeleteBillingProfileEligibilityCode RESERVED_INSTANCES

Static value ReservedInstances for DeleteBillingProfileEligibilityCode.

Constructor Details

DeleteBillingProfileEligibilityCode

@Deprecated
public DeleteBillingProfileEligibilityCode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DeleteBillingProfileEligibilityCode value.

Method Details

fromString

public static DeleteBillingProfileEligibilityCode fromString(String name)

Creates or finds a DeleteBillingProfileEligibilityCode from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding DeleteBillingProfileEligibilityCode.

values

public static Collection<DeleteBillingProfileEligibilityCode> values()

Gets known DeleteBillingProfileEligibilityCode values.

Returns:

known DeleteBillingProfileEligibilityCode values.

Applies to