GenericResource
The 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
object
object
Creates 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. |
object
Accept 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. |
object
Ignore 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. |