PaymentTermsEligibilityCode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the reason for the ineligibility of the payment terms.
public readonly struct PaymentTermsEligibilityCode : IEquatable<Azure.ResourceManager.Billing.Models.PaymentTermsEligibilityCode>
type PaymentTermsEligibilityCode = struct
Public Structure PaymentTermsEligibilityCode
Implements IEquatable(Of PaymentTermsEligibilityCode)
- Inheritance
-
PaymentTermsEligibilityCode
- Implements
Constructors
PaymentTermsEligibilityCode(String) |
Initializes a new instance of PaymentTermsEligibilityCode. |
Properties
BillingAccountNotFound |
BillingAccountNotFound. |
InactiveBillingAccount |
InactiveBillingAccount. |
IneligibleBillingAccountStatus |
IneligibleBillingAccountStatus. |
InvalidBillingAccountType |
InvalidBillingAccountType. |
InvalidDateFormat |
InvalidDateFormat. |
InvalidDateRange |
InvalidDateRange. |
InvalidTerms |
InvalidTerms. |
NullOrEmptyPaymentTerms |
NullOrEmptyPaymentTerms. |
Other |
Other. |
OverlappingPaymentTerms |
OverlappingPaymentTerms. |
Methods
Equals(PaymentTermsEligibilityCode) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(PaymentTermsEligibilityCode, PaymentTermsEligibilityCode) |
Determines if two PaymentTermsEligibilityCode values are the same. |
Implicit(String to PaymentTermsEligibilityCode) |
Converts a string to a PaymentTermsEligibilityCode. |
Inequality(PaymentTermsEligibilityCode, PaymentTermsEligibilityCode) |
Determines if two PaymentTermsEligibilityCode values are not the same. |
Applies to
Azure SDK for .NET