Table of Contents

Class UserSubscriptionResponseDto

Namespace
GastroSky.Models.DTO.Product
Assembly
GastroSky.Models.dll
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

long

CreationTimestampUTC

When this junction-table entry was added.

public long CreationTimestampUTC { get; set; }

Property Value

long

ExpirationTimestampUTC

public long ExpirationTimestampUTC { get; set; }

Property Value

long

Id

public required long Id { get; set; }

Property Value

long

IsAutomaticRenewalEnabled

public bool IsAutomaticRenewalEnabled { get; set; }

Property Value

bool

PublishedPosts

public int PublishedPosts { get; set; }

Property Value

int

Subscription

public SubscriptionResponseDto Subscription { get; set; }

Property Value

SubscriptionResponseDto