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

23 lines
1.7 KiB
Markdown
Raw Normal View History

#### [JpnCardsPokemon.Sdk](index.md 'index')
### [JpnCardsPokemon.Sdk.Api](JpnCardsPokemon.Sdk.Api.md 'JpnCardsPokemon.Sdk.Api')
## CardPrice Class
Contains information about card price.
```csharp
public class CardPrice
```
Inheritance [System.Object](https://docs.microsoft.com/en-us/dotnet/api/System.Object 'System.Object') 🡒 CardPrice
| Properties | |
| :--- | :--- |
| [Condition](JpnCardsPokemon.Sdk.Api.CardPrice.Condition.md 'JpnCardsPokemon.Sdk.Api.CardPrice.Condition') | Specifies the card condition. Often will be a rating in format of 'A+', 'A', etc. but also can be 'NM' or other<br/>similar descriptive strings. |
| [Currency](JpnCardsPokemon.Sdk.Api.CardPrice.Currency.md 'JpnCardsPokemon.Sdk.Api.CardPrice.Currency') | The currency used for the [Price](JpnCardsPokemon.Sdk.Api.CardPrice.Price.md 'JpnCardsPokemon.Sdk.Api.CardPrice.Price'). |
| [ListingUrl](JpnCardsPokemon.Sdk.Api.CardPrice.ListingUrl.md 'JpnCardsPokemon.Sdk.Api.CardPrice.ListingUrl') | An URL to the listing. |
| [Price](JpnCardsPokemon.Sdk.Api.CardPrice.Price.md 'JpnCardsPokemon.Sdk.Api.CardPrice.Price') | The actual price for the specified version and condition. |
| [Seller](JpnCardsPokemon.Sdk.Api.CardPrice.Seller.md 'JpnCardsPokemon.Sdk.Api.CardPrice.Seller') | Name of the seller who is listing the card. |
| [UpdatedDate](JpnCardsPokemon.Sdk.Api.CardPrice.UpdatedDate.md 'JpnCardsPokemon.Sdk.Api.CardPrice.UpdatedDate') | Date when the price information was updated last. |
| [Version](JpnCardsPokemon.Sdk.Api.CardPrice.Version.md 'JpnCardsPokemon.Sdk.Api.CardPrice.Version') | Specifies the card version. Almost always will be 'Regular' but may contain other versions like 'Reverse Holo',<br/>etc. |