japanese-pokemon-cards-sdk-.../docs/JpnCardsPokemon.Sdk.Api.Card.Prices.md

16 lines
878 B
Markdown
Raw Normal View History

#### [JpnCardsPokemon.Sdk](index.md 'index')
### [JpnCardsPokemon.Sdk.Api](JpnCardsPokemon.Sdk.Api.md 'JpnCardsPokemon.Sdk.Api').[Card](JpnCardsPokemon.Sdk.Api.Card.md 'JpnCardsPokemon.Sdk.Api.Card')
## Card.Prices Property
A list of known prices for this card.
```csharp
public System.Collections.Generic.IEnumerable<JpnCardsPokemon.Sdk.Api.CardPrice>? Prices { get; set; }
```
#### Property Value
[System.Collections.Generic.IEnumerable&lt;](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.IEnumerable-1 'System.Collections.Generic.IEnumerable`1')[CardPrice](JpnCardsPokemon.Sdk.Api.CardPrice.md 'JpnCardsPokemon.Sdk.Api.CardPrice')[&gt;](https://docs.microsoft.com/en-us/dotnet/api/System.Collections.Generic.IEnumerable-1 'System.Collections.Generic.IEnumerable`1')
### Remarks
May contain entries from different sellers, versions and conditions.