Table of Contents

Class SubscriptionCreationRequestDto

Namespace
GastroSky.Models.DTO.Product
Assembly
GastroSky.Models.dll
public sealed class SubscriptionCreationRequestDto
Inheritance
SubscriptionCreationRequestDto
Inherited Members

Properties

DurationMonths

public long DurationMonths { get; set; }

Property Value

long

NumberOfPostsAvailablePerMonth

[Required]
public int NumberOfPostsAvailablePerMonth { get; set; }

Property Value

int

VisibleOnlyToUserWithSlug

public string? VisibleOnlyToUserWithSlug { get; set; }

Property Value

string