14 lines
529 B
Markdown
14 lines
529 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.Version Property
|
||
|
|
||
|
Specifies the card version. Almost always will be 'Regular' but may contain other versions like 'Reverse Holo',
|
||
|
etc.
|
||
|
|
||
|
```csharp
|
||
|
public string? Version { get; set; }
|
||
|
```
|
||
|
|
||
|
#### Property Value
|
||
|
[System.String](https://docs.microsoft.com/en-us/dotnet/api/System.String 'System.String')
|