Skip to content

Commit ad09102

Browse files
authored
feat(billing): fix documentation for discounts (#1990)
1 parent 8520ae9 commit ad09102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/billing/v2beta1/billing_sdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ func (s *API) DownloadInvoice(req *DownloadInvoiceRequest, opts ...scw.RequestOp
10051005
return &resp, nil
10061006
}
10071007

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

0 commit comments

Comments
 (0)