ApiCorp: Class Antiplagiat.ApiCorp.Model.TariffInfo
ApiCorp Documentation  3.10.3
Class Antiplagiat.ApiCorp.Model.TariffInfo

Information about the current tariff plan. More details...

Properties

string Name [get, set]
 Tariff plan name. More details...
 
DateTime SubscriptionDate [get, set]
 Date of the tariff activation. More details...
 
DateTime ExpirationDate [get, set]
 Date of the tariff expiration. More details...
 
CheckServiceInfo [] CheckServices [get, set]
 List of the check services by which checks can be performed. More details...
 
int TotalChecksCount [get, set]
 The initial number of checks. If the field is not specified, there is no limit on the number of checks. More details...
 
int RemainedChecksCount [get, set]
 The remained number of checks. If the field is not specified, there is no limit on the number of checks. More details...
 

Detailed description

Information about the current tariff plan.

Full list of properties

◆ CheckServices

CheckServiceInfo [] Antiplagiat.ApiCorp.Model.TariffInfo.CheckServices
getset

List of the check services by which checks can be performed.

◆ ExpirationDate

DateTime Antiplagiat.ApiCorp.Model.TariffInfo.ExpirationDate
getset

Date of the tariff expiration.

◆ Name

string Antiplagiat.ApiCorp.Model.TariffInfo.Name
getset

Tariff plan name.

◆ RemainedChecksCount

int Antiplagiat.ApiCorp.Model.TariffInfo.RemainedChecksCount
getset

The remained number of checks. If the field is not specified, there is no limit on the number of checks.

◆ SubscriptionDate

DateTime Antiplagiat.ApiCorp.Model.TariffInfo.SubscriptionDate
getset

Date of the tariff activation.

◆ TotalChecksCount

int Antiplagiat.ApiCorp.Model.TariffInfo.TotalChecksCount
getset

The initial number of checks. If the field is not specified, there is no limit on the number of checks.