Class UsageReconciliationResource

Updated: March 10, 2021
Contents

    UsageReconciliationResource ⇐ GenericResource

    The UsageFileResource class provides methods to access the usage file
    endpoint of the Cloud Blue Connect API.

    Kind: global class
    Extends: GenericResource
    Category: Resources

    new UsageReconciliationResource(client)

    Creates a new instance of the UsageReconciliationResource class.

    Returns: UsageRecordResource – An instance of the UsageFileResource class.

    Param Type Description
    client ConnectClient An instance of the ConnectClient class.

    usageReconciliationResource.processedFile(id) ⇒ UsageReconciliationResource

    Get processed files.

    Kind: instance method of UsageReconciliationResource
    Returns: UsageReconciliationResource – An instance of the UsageReconciliationResource.

    Param Type Description
    id string The unique identifier of the Usage File.

    usageReconciliationResource.uploadedFile(id) ⇒ UsageReconciliationResource

    Get uploaded files.

    Kind: instance method of UsageReconciliationResource
    Returns: UsageReconciliationResource – An instance of the UsageReconciliationResource.

    Param Type Description
    id string The unique identifier of the Usage File.
    Is this page helpful?
    Translate with Google
    Copied to clipboard