PaymentTermsEligibilityDetail Class

Details of the payment terms eligibility.

Inheritance
azure.mgmt.billing._serialization.Model
PaymentTermsEligibilityDetail

Constructor

PaymentTermsEligibilityDetail(*, code: str | _models.PaymentTermsEligibilityCode | None = None, message: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
code

Indicates the reason for the ineligibility of the payment terms. Known values are: "Other", "OverlappingPaymentTerms", "InvalidDateFormat", "InvalidDateRange", "InactiveBillingAccount", "InvalidBillingAccountType", "NullOrEmptyPaymentTerms", "BillingAccountNotFound", "IneligibleBillingAccountStatus", and "InvalidTerms".

message
str

Indicates the message for the ineligibility of the payment terms.

Variables

Name Description
code

Indicates the reason for the ineligibility of the payment terms. Known values are: "Other", "OverlappingPaymentTerms", "InvalidDateFormat", "InvalidDateRange", "InactiveBillingAccount", "InvalidBillingAccountType", "NullOrEmptyPaymentTerms", "BillingAccountNotFound", "IneligibleBillingAccountStatus", and "InvalidTerms".

message
str

Indicates the message for the ineligibility of the payment terms.