Invoice
Retrieves and lists invoices related to your project’s billing. This command provides information about invoice numbers, billing periods, billed amounts, payment methods, and payment statuses. For SME users, the project ID does not need to be specified manually.
Usage
cldkctl billing invoice [project id] [flags]cldkctl billing invoice [command]Available Commands
detail
View invoice detail
Steps
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).
Flags
-h, --help
Help for the billing invoice subcommand.
Last updated
