14 lines
557 B
Markdown
14 lines
557 B
Markdown
#### [JpnCardsPokemon.Sdk](index.md 'index')
|
|
### [JpnCardsPokemon.Sdk.Api](JpnCardsPokemon.Sdk.Api.md 'JpnCardsPokemon.Sdk.Api').[CardPrice](JpnCardsPokemon.Sdk.Api.CardPrice.md 'JpnCardsPokemon.Sdk.Api.CardPrice')
|
|
|
|
## CardPrice.Condition Property
|
|
|
|
Specifies the card condition. Often will be a rating in format of 'A+', 'A', etc. but also can be 'NM' or other
|
|
similar descriptive strings.
|
|
|
|
```csharp
|
|
public string? Condition { get; set; }
|
|
```
|
|
|
|
#### Property Value
|
|
[System.String](https://docs.microsoft.com/en-us/dotnet/api/System.String 'System.String') |