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
|
Failure reason code if the provided input is invalid. |
|
reason
|
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