GenericResourceThe TierAccountRequestResource class provides methods to access the tier account
requests endpoint of the Cloud Blue Connect API.
Kind: global class
Extends: GenericResource
Category: Resources
GenericResource
objectobjectCreates a new instance of the TierAccountRequestResource class.
Returns: TierAccountRequestResource – An instance of the TierAccountRequestResource class.
| Param | Type | Description |
|---|---|---|
| client | ConnectClient |
An instance of the ConnectClient class. |
objectAccept the TierAccountRequest.
Kind: instance method of TierAccountRequestResource
Returns: object – The accepted TierAccountRequest object.
| Param | Type | Description |
|---|---|---|
| id | string |
The unique identifier of the TierAccountRequest object. |
objectIgnore the TierAccountRequest.
Kind: instance method of TierAccountRequestResource
Returns: object – The ignored TierAccountRequest object.
| Param | Type | Description |
|---|---|---|
| id | string |
The unique identifier of the TierAccountRequest object. |
| reason | string |
The reason for which vendor ignore this request. |