SavingsPlanValidResponseProperty Class

Benefit scope response property.

Constructor

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

Variables

Name Description
valid

Indicates if the provided input is valid.

reason_code
str

Failure reason code if the provided input is invalid.

reason
str

Failure reason if the provided input is invalid.

Attributes

reason

Failure reason if the provided input is invalid.

reason: str | None

reason_code

Failure reason code if the provided input is invalid.

reason_code: str | None

valid

Indicates if the provided input is valid.

valid: bool | None