Class ItemDetails
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[ToObject]
public class ItemDetails
- Inheritance
-
ItemDetails
- Inherited Members
-
Constructors
ItemDetails()
Fields
Description
[Value("description")]
public string Description
Field Value
- string
FreeTrialPeriod
[Value("freeTrialPeriod")]
public string FreeTrialPeriod
Field Value
- string
IconURLs
[Value("iconURLs")]
public List<string> IconURLs
Field Value
- List<string>
IntroductoryPrice
[Value("introductoryPrice")]
public PaymentCurrencyAmount IntroductoryPrice
Field Value
- PaymentCurrencyAmount
IntroductoryPriceCycles
[Value("introductoryPriceCycles")]
public ulong IntroductoryPriceCycles
Field Value
- ulong
IntroductoryPricePeriod
[Value("introductoryPricePeriod")]
public string IntroductoryPricePeriod
Field Value
- string
ItemId
[Value("itemId")]
public required string ItemId
Field Value
- string
Price
[Value("price")]
public required PaymentCurrencyAmount Price
Field Value
- PaymentCurrencyAmount
SubscriptionPeriod
[Value("subscriptionPeriod")]
public string SubscriptionPeriod
Field Value
- string
Title
[Value("title")]
public required string Title
Field Value
- string
Type
[Value("type")]
public ItemType Type
Field Value
- ItemType