PaymentTermsEligibilityDetail Class

Details of the payment terms eligibility.

Constructor

PaymentTermsEligibilityDetail(*args: Any, **kwargs: Any)

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.

Attributes

code

"Other", "OverlappingPaymentTerms", "InvalidDateFormat", "InvalidDateRange", "InactiveBillingAccount", "InvalidBillingAccountType", "NullOrEmptyPaymentTerms", "BillingAccountNotFound", "IneligibleBillingAccountStatus", and "InvalidTerms".

code: str | _models.PaymentTermsEligibilityCode | None

message

Indicates the message for the ineligibility of the payment terms.

message: str | None