PaymentTermsEligibilityCode Class

public final class PaymentTermsEligibilityCode
extends ExpandableStringEnum<PaymentTermsEligibilityCode>

Indicates the reason for the ineligibility of the payment terms.

Field Summary

Modifier and Type Field and Description
static final PaymentTermsEligibilityCode BILLING_ACCOUNT_NOT_FOUND

Static value BillingAccountNotFound for PaymentTermsEligibilityCode.

static final PaymentTermsEligibilityCode INACTIVE_BILLING_ACCOUNT

Static value InactiveBillingAccount for PaymentTermsEligibilityCode.

static final PaymentTermsEligibilityCode INELIGIBLE_BILLING_ACCOUNT_STATUS

Static value IneligibleBillingAccountStatus for PaymentTermsEligibilityCode.

static final PaymentTermsEligibilityCode INVALID_BILLING_ACCOUNT_TYPE

Static value InvalidBillingAccountType for PaymentTermsEligibilityCode.

static final PaymentTermsEligibilityCode INVALID_DATE_FORMAT

Static value InvalidDateFormat for PaymentTermsEligibilityCode.

static final PaymentTermsEligibilityCode INVALID_DATE_RANGE

Static value InvalidDateRange for PaymentTermsEligibilityCode.

static final PaymentTermsEligibilityCode INVALID_TERMS

Static value InvalidTerms for PaymentTermsEligibilityCode.

static final PaymentTermsEligibilityCode NULL_OR_EMPTY_PAYMENT_TERMS

Static value NullOrEmptyPaymentTerms for PaymentTermsEligibilityCode.

static final PaymentTermsEligibilityCode OTHER

Static value Other for PaymentTermsEligibilityCode.

static final PaymentTermsEligibilityCode OVERLAPPING_PAYMENT_TERMS

Static value OverlappingPaymentTerms for PaymentTermsEligibilityCode.

Constructor Summary

Constructor Description
PaymentTermsEligibilityCode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of PaymentTermsEligibilityCode value.

Method Summary

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

Creates or finds a PaymentTermsEligibilityCode from its string representation.

static Collection<PaymentTermsEligibilityCode> values()

Gets known PaymentTermsEligibilityCode values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

BILLING_ACCOUNT_NOT_FOUND

public static final PaymentTermsEligibilityCode BILLING_ACCOUNT_NOT_FOUND

Static value BillingAccountNotFound for PaymentTermsEligibilityCode.

INACTIVE_BILLING_ACCOUNT

public static final PaymentTermsEligibilityCode INACTIVE_BILLING_ACCOUNT

Static value InactiveBillingAccount for PaymentTermsEligibilityCode.

INELIGIBLE_BILLING_ACCOUNT_STATUS

public static final PaymentTermsEligibilityCode INELIGIBLE_BILLING_ACCOUNT_STATUS

Static value IneligibleBillingAccountStatus for PaymentTermsEligibilityCode.

INVALID_BILLING_ACCOUNT_TYPE

public static final PaymentTermsEligibilityCode INVALID_BILLING_ACCOUNT_TYPE

Static value InvalidBillingAccountType for PaymentTermsEligibilityCode.

INVALID_DATE_FORMAT

public static final PaymentTermsEligibilityCode INVALID_DATE_FORMAT

Static value InvalidDateFormat for PaymentTermsEligibilityCode.

INVALID_DATE_RANGE

public static final PaymentTermsEligibilityCode INVALID_DATE_RANGE

Static value InvalidDateRange for PaymentTermsEligibilityCode.

INVALID_TERMS

public static final PaymentTermsEligibilityCode INVALID_TERMS

Static value InvalidTerms for PaymentTermsEligibilityCode.

NULL_OR_EMPTY_PAYMENT_TERMS

public static final PaymentTermsEligibilityCode NULL_OR_EMPTY_PAYMENT_TERMS

Static value NullOrEmptyPaymentTerms for PaymentTermsEligibilityCode.

OTHER

public static final PaymentTermsEligibilityCode OTHER

Static value Other for PaymentTermsEligibilityCode.

OVERLAPPING_PAYMENT_TERMS

public static final PaymentTermsEligibilityCode OVERLAPPING_PAYMENT_TERMS

Static value OverlappingPaymentTerms for PaymentTermsEligibilityCode.

Constructor Details

PaymentTermsEligibilityCode

@Deprecated
public PaymentTermsEligibilityCode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of PaymentTermsEligibilityCode value.

Method Details

fromString

public static PaymentTermsEligibilityCode fromString(String name)

Creates or finds a PaymentTermsEligibilityCode from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding PaymentTermsEligibilityCode.

values

public static Collection<PaymentTermsEligibilityCode> values()

Gets known PaymentTermsEligibilityCode values.

Returns:

known PaymentTermsEligibilityCode values.

Applies to