BenefitValidateResponseProperty interface
Benefit validate response property
Properties
| reason | Failure reason if the provided input was invalid |
| reason |
Failure reason code if the provided input was invalid |
| resource |
Resource identifier of the benefit that was validated. |
| valid | Indicates if the provided input was valid |
Property Details
reason
Failure reason if the provided input was invalid
reason?: string
Property Value
string
reasonCode
Failure reason code if the provided input was invalid
reasonCode?: string
Property Value
string
resourceId
Resource identifier of the benefit that was validated.
resourceId?: string
Property Value
string
valid
Indicates if the provided input was valid
valid?: boolean
Property Value
boolean