16 lines
592 B
Markdown
16 lines
592 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.Currency Property
|
|
|
|
The currency used for the [Price](JpnCardsPokemon.Sdk.Api.CardPrice.Price.md 'JpnCardsPokemon.Sdk.Api.CardPrice.Price').
|
|
|
|
```csharp
|
|
public string? Currency { get; set; }
|
|
```
|
|
|
|
#### Property Value
|
|
[System.String](https://docs.microsoft.com/en-us/dotnet/api/System.String 'System.String')
|
|
|
|
### Remarks
|
|
Almost always will be 'JYP' for Japanese Yen. |