Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 1.13 KB

File metadata and controls

16 lines (13 loc) · 1.13 KB

OriginStamp.Client.Model.UsageResponse

Properties

Name Type Description Notes
CertificatePerMonth long? Total number of certificates available per month. [optional]
ConsumedCertificates long? Number of certificates requested for the current month. [optional]
ConsumedCredits decimal? Number of used credits for the current month. [optional]
ConsumedTimestamps long? Number of timestamps created for the current month. [optional]
CreditsPerMonth decimal? Represents the total number of credits per month. [optional]
LimitationType int? Determines which usage metric is applied (0 = credits, 1 = timestamps). [optional]
RemainingCredits decimal? Remaining number of credits for the current month. [optional]
TimestampsPerMonth long? Total number of timestamps available per month. [optional]

[Back to Model list] [Back to API list] [Back to README]