Skip to content

Commit a051d89

Browse files
authored
feat(billing): add consumer_id to v2beta1.ListConsumptions (scaleway#2793)
1 parent 22483bf commit a051d89

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/billing/v2beta1/billing_sdk.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,9 @@ type ListConsumptionsResponseConsumption struct {
554554

555555
// BilledQuantity: consumed quantity.
556556
BilledQuantity string `json:"billed_quantity"`
557+
558+
// ConsumerID: organization ID of the consumer for this consumption.
559+
ConsumerID string `json:"consumer_id"`
557560
}
558561

559562
// Discount: discount.

0 commit comments

Comments
 (0)