Skip to content

Commit

Permalink
feat(billing): fix documentation for discounts (#1990)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot committed Jan 31, 2024
1 parent 8520ae9 commit ad09102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/billing/v2beta1/billing_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ func (s *API) DownloadInvoice(req *DownloadInvoiceRequest, opts ...scw.RequestOp
return &resp, nil
}

// ListDiscounts:
// ListDiscounts: List all discounts for your organization and usable categories, products, offers, references, regions and zones where the discount can be applied.
func (s *API) ListDiscounts(req *ListDiscountsRequest, opts ...scw.RequestOption) (*ListDiscountsResponse, error) {
var err error

Expand Down

0 comments on commit ad09102

Please sign in to comment.