SavingsPlanValidResponseProperty Class
Benefit scope response property.
Constructor
SavingsPlanValidResponseProperty(*, valid: bool | None = None, reason_code: str | None = None, reason: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
valid
|
Indicates if the provided input is valid. Default value: None
|
|
reason_code
|
Failure reason code if the provided input is invalid. Default value: None
|
|
reason
|
Failure reason if the provided input is invalid. Default value: None
|