PaymentTermsEligibilityCode Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. billing. models. PaymentTermsEligibilityCode
- com.
- com.
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
Payment |
BILLING_ACCOUNT_NOT_FOUND
Static value Billing |
|
static final
Payment |
INACTIVE_BILLING_ACCOUNT
Static value Inactive |
|
static final
Payment |
INELIGIBLE_BILLING_ACCOUNT_STATUS
Static value Ineligible |
|
static final
Payment |
INVALID_BILLING_ACCOUNT_TYPE
Static value Invalid |
|
static final
Payment |
INVALID_DATE_FORMAT
Static value Invalid |
|
static final
Payment |
INVALID_DATE_RANGE
Static value Invalid |
|
static final
Payment |
INVALID_TERMS
Static value Invalid |
|
static final
Payment |
NULL_OR_EMPTY_PAYMENT_TERMS
Static value Null |
|
static final
Payment |
OTHER
Static value Other for Payment |
|
static final
Payment |
OVERLAPPING_PAYMENT_TERMS
Static value Overlapping |
Constructor Summary
| Constructor | Description |
|---|---|
| PaymentTermsEligibilityCode() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Payment |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Payment |
fromString(String name)
Creates or finds a Payment |
|
static
Collection<Payment |
values()
Gets known Payment |
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
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:
Returns:
values
public static Collection<PaymentTermsEligibilityCode> values()
Gets known PaymentTermsEligibilityCode values.
Returns: