Class UserSubscriptionResponseDto
public class UserSubscriptionResponseDto
- Inheritance
-
UserSubscriptionResponseDto
- Inherited Members
Properties
ActivationTimestampUTC
The unix-timestamp on which this Subscription should be applied and activated for the underlying GastroSky.Models.DTO.User.
public long ActivationTimestampUTC { get; set; }
Property Value
CreationTimestampUTC
When this junction-table entry was added.
public long CreationTimestampUTC { get; set; }
Property Value
ExpirationTimestampUTC
public long ExpirationTimestampUTC { get; set; }
Property Value
Id
public required long Id { get; set; }
Property Value
IsAutomaticRenewalEnabled
public bool IsAutomaticRenewalEnabled { get; set; }
Property Value
PublishedPosts
public int PublishedPosts { get; set; }
Property Value
Subscription
public SubscriptionResponseDto Subscription { get; set; }