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
GenericResource
UsageChunkResource
UsageChunkResource
Creates a new instance of the UsageRecordResource class.
Returns:
UsageRecordResource
– An instance of the UsageFileResource class.
Param | Type | Description |
---|---|---|
client |
ConnectClient
| An instance of the ConnectClient class. |
UsageChunkResource
Close all Record File.
Kind: instance method of
UsageRecordResource
Returns:
UsageChunkResource
– An instance of the UsageChunkResource.
Param | Type | Description |
---|---|---|
id |
string
| The unique identifier of the Usage File. |
externalBillingId |
string
| Id of the billing to close record |
externalBillingNote |
string
| Note of the billing to close record |
UsageChunkResource
Close Records Record File.
Kind: instance method of
UsageRecordResource
Returns:
UsageChunkResource
– An instance of the UsageChunkResource.
Param | Type | Description |
---|---|---|
id |
string
| The unique identifier of the Usage File. |
recordId |
string
| Id of the record to close |
externalBillingId |
string
| Id of the billing to close record |
externalBillingNote |
string
| Note of the billing to close record |