# FacePokerApi.Card

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**suit** | **String** |  | [optional] 
**rank** | **Number** |  | [optional] 


<a name="SuitEnum"></a>
## Enum: SuitEnum


* `h` (value: `"h"`)

* `s` (value: `"s"`)

* `d` (value: `"d"`)

* `c` (value: `"c"`)




