Share via


PaymentTermsEligibilityDetail Class

Details of the payment terms eligibility.

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".

Default value: None
message
str

Indicates the message for the ineligibility of the payment terms.

Default value: None

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.