ValidateCredentialsResponse
Response of validate credentials.
interface ValidateCredentialsResponse {
customer_id?: null | number;
is_valid?: boolean;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
customer_id | Optional | null | number | The unique numeric ID of the customer. |
is_valid | Optional | boolean | Indicates if the provided credentials are valid. |