![]() |
ObjectiveC SDK
1.0
|
#include <QuotaService.h>
Public Member Functions | |
| GetQuotaInformationResponse * | getQuotaInformation:withEnvironment:withModuleId: (STSToken *token,[withEnvironment] NSString *environment,[withModuleId] NSString *moduleId) |
| ChangeQuotaPoolResponse * | changeQuotaPool:withEnvironment:withModuleId:withValue: (STSToken *token,[withEnvironment] NSString *environment,[withModuleId] NSString *moduleId,[withValue] NSString *value) |
| GetAccountBalanceResponse * | getAccountBalance:withEnvironment:withAccountId: (STSToken *token,[withEnvironment] NSString *environment,[withAccountId] NSString *accountId) |
Service class which provides functionality to use the Telekom account service Quota.
| ChangeQuotaPoolResponse * QuotaService::changeQuotaPool:withEnvironment:withModuleId:withValue: | ( | STSToken* | token, |
| [withEnvironment] NSString* | environment, | ||
| [withModuleId] NSString* | moduleId, | ||
| [withValue] NSString* | value | ||
| ) | [virtual] |
Set quotes.
| token | received security token for further client - server communication. |
| environment | possible values are production, sandbox and mock. |
| moduleId | identification for service and environment:
|
| value | the new maximum of available quotes per day |
| GetAccountBalanceResponse * QuotaService::getAccountBalance:withEnvironment:withAccountId: | ( | STSToken* | token, |
| [withEnvironment] NSString* | environment, | ||
| [withAccountId] NSString* | accountId | ||
| ) | [virtual] |
Request for account balance information.
| token | received security token for further client - server communication. |
| environment | possible values are production, sandbox and mock. |
| accountId | account ids of the sub accounts. If no id is specified the main account balance information will be returned. |
| GetQuotaInformationResponse * QuotaService::getQuotaInformation:withEnvironment:withModuleId: | ( | STSToken* | token, |
| [withEnvironment] NSString* | environment, | ||
| [withModuleId] NSString* | moduleId | ||
| ) | [virtual] |
Get quotes.
| token | received security token for further client - server communication. |
| environment | possible values are production, sandbox and mock. |
| moduleId | identification for service and environment:
|
1.7.5