Class SubscriptionResponseDto
- Namespace
- GastroSky.Models.DTO.Product
- Assembly
- GastroSky.Models.dll
public sealed class SubscriptionResponseDto
- Inheritance
-
SubscriptionResponseDto
- Inherited Members
-
Properties
Currency
public string Currency { get; set; }
Property Value
- string
DurationMonths
public long DurationMonths { get; set; }
Property Value
- long
NumberOfPostsAvailablePerMonth
public int NumberOfPostsAvailablePerMonth { get; set; }
Property Value
- int
SKU
public string SKU { get; set; }
Property Value
- string
SalePriceSubunit
public long SalePriceSubunit { get; set; }
Property Value
- long
VisibleOnlyToUserWithSlug
public string? VisibleOnlyToUserWithSlug { get; set; }
Property Value
- string