Invoices¶
-
class
terrasnek.invoices.TFCInvoices(instance_url, org_name, headers, well_known_paths, verify, log_level)¶ -
-
list()¶ GET /organizations/:organization_name/invoices
-
next()¶ GET /organizations/:organization_name/invoices/next
-
required_entitlements()¶ Terraform Cloud Entitlements required for endpoint to work.
-
terraform_cloud_only()¶ Return
Trueif this endpoint is only for Terraform Cloud, elseFalse.
-
terraform_enterprise_only()¶ Return
Trueif this endpoint is only for Terraform Enterprise, elseFalse.
-