Name | Description | Type | Additional information |
---|---|---|---|
Id |
Gets or sets the id |
integer |
None. |
SigfoxId |
Gets or sets the sigfox's id |
string |
String length: inclusive between 0 and 24 |
Name |
Gets or Sets the contract's name |
string |
String length: inclusive between 0 and 100 |
ActivationEndTime |
Gets or sets the activation end time of the contract. 0 means no activation time limit. |
date |
None. |
CommunicationEndTime |
Gets or sets the end time of the communication. 0 means no communication time limit. |
date |
None. |
IsBidirectionnal |
True if the contract info is bidirectional. |
boolean |
None. |
IsHighPriorityDownlink |
True if all downlinks are high priority. |
boolean |
None. |
MaxUplinkFrames |
The maximum number of uplink frames. |
integer |
None. |
MaxDownlinkFrames |
The maximum number of downlink frames. |
integer |
None. |
MaxTokens |
The maximum number of tokens for this contract. Either 0 (unlimited) or a positive number. |
integer |
None. |
IsAutomaticRenewal |
True if automatic renewal is allowed. |
boolean |
None. |
RenewalDuration |
The renewal duration in months. |
integer |
None. |
TokenDuration |
The token duration in months.Must be >= 0. 0 means unlimited time. |
integer |
None. |
TokensInUse |
The number of tokens in use. |
integer |
None. |
TokensUsed |
The number of tokens used (expired or revoked). |
integer |
None. |