Class TierAccountRequestResource

Updated: March 10, 2021
Contents

    TierAccountRequestResource ⇐ 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

    new TierAccountRequestResource(client)

    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.

    tierAccountRequestResource.accept(id) ⇒ 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.

    tierAccountRequestResource.ignore(id, reason) ⇒ 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.
    Is this page helpful?
    Translate with Google
    Copied to clipboard