次の方法で共有


SkuName 列挙型

定義

SkuName の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum SkuName
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type SkuName = 
Public Enum SkuName
継承
SkuName
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

Basic 1
Free 0
Standard 2
Standard2 3
Standard3 4

適用対象