Invoice
Last updated

The billing invoice command retrieves and lists invoices related to a project's billing. It provides invoice details such as amounts and payment status.
cldkctl billing invoice [project id] [flags]cldkctl billing invoice [command]detail
View invoice detail
Follow the steps below to run and view the result of this command:
Run the following command in your terminal:
cldkctl billing invoiceThe command will return a list of invoices associated with the specified project.

Date
The issue date of the invoice (shown in DD Month YYYY format).
Invoice Number
The unique identifier assigned to each invoice.
Project Name
The name of the project associated with the invoice record.
Payment Method
Indicates the payment type used (e.g., POSTPAID, PREPAID).
Billed
The total billed amount on the invoice, displayed in Indonesian Rupiah (IDR).
Status
Shows the current payment status of the invoice (PAID, UNPAID, or PENDING).
This command supports global flags. Refer to the Global Flags section for details
-h, --help
Help for the billing invoice subcommand.
Last updated