Class Sku
public class Sku : Entity, IEntity, ISpanFormattable, IFormattable, IEquatable<Entity>, IJsonModel<JsonSku>
- Inheritance
-
Sku
- Implements
- Inherited Members
Constructors
Sku(JsonSku)
public Sku(JsonSku jsonModel)
Parameters
jsonModel
JsonSku
Properties
ApplicationId
ID of the parent application.
public ulong ApplicationId { get; }
Property Value
Flags
Flags of the SKU.
public SkuFlags Flags { get; }
Property Value
Id
The unique identifier for this object.
public override ulong Id { get; }
Property Value
Name
Customer-facing name of your premium offering.
public string Name { get; }
Property Value
Slug
System-generated URL slug based on the SKU's name.
public string Slug { get; }
Property Value
Type
Type of the SKU.
public SkuType Type { get; }