Class ProductCreationRequestDto
public sealed class ProductCreationRequestDto
- Inheritance
-
ProductCreationRequestDto
- Inherited Members
Properties
ArchivalTimestampUTC
public long? ArchivalTimestampUTC { get; set; }
Property Value
- long?
Booster
public BoosterCreationRequestDto? Booster { get; set; }
Property Value
Currency
public string Currency { get; set; }
Property Value
GTIN
public string? GTIN { get; set; }
Property Value
PremiumUpgrade
public PremiumUpgradeCreationRequestDto? PremiumUpgrade { get; set; }
Property Value
SKU
SKU that will override automatic SKU generation. It should exclude version
public string? SKU { get; set; }
Property Value
SalePriceSubunit
public long SalePriceSubunit { get; set; }
Property Value
Subscription
public SubscriptionCreationRequestDto? Subscription { get; set; }
Property Value
Translation
public TranslationCreationRequestDto? Translation { get; set; }