Class NewsletterCredits
Represents the available and used newsletter credits.
Inherited Members
Namespace: DataWeb.Newsletter
Assembly: DataWeb.Core.dll
Syntax
public class NewsletterCredits
Properties
AvailableCredits
The number of available credits.
Declaration
public int AvailableCredits { get; set; }
Property Value
Type | Description |
---|---|
int |
BoosterPackCredits
The number of booster pack credits.
Declaration
public int BoosterPackCredits { get; set; }
Property Value
Type | Description |
---|---|
int |
FlatCredits
The number of flat credits.
Declaration
public int FlatCredits { get; set; }
Property Value
Type | Description |
---|---|
int |
UsedCredits
The number of used credits.
Declaration
public int UsedCredits { get; set; }
Property Value
Type | Description |
---|---|
int |