@@ -79,14 +79,17 @@ func (r *CreditBlockService) Delete(ctx context.Context, blockID string, opts ..
7979
8080// This endpoint returns the credit block and its associated purchasing invoices.
8181//
82- // If a credit block was purchased (as opposed to being manually added or allocated
83- // from a subscription), this endpoint returns the invoices that were created to
84- // charge the customer for the credit block. For credit blocks with payment
85- // schedules spanning multiple periods (e.g., monthly payments over 12 months),
86- // multiple invoices will be returned.
82+ // If a credit block was purchased (as opposed to being manually added), this
83+ // endpoint returns the invoices that were created to charge the customer for the
84+ // credit block. For credit blocks with payment schedules spanning multiple periods
85+ // (e.g., monthly payments over 12 months), multiple invoices will be returned.
8786//
88- // If the credit block was not purchased (e.g., manual increment, allocation), an
89- // empty invoices list is returned.
87+ // For credit blocks created by subscription allocation prices, this endpoint
88+ // returns the subscription invoice containing the allocation line item that
89+ // created the block.
90+ //
91+ // If the credit block was not purchased (e.g., manual increment), an empty
92+ // invoices list is returned.
9093//
9194// **Note: This endpoint is currently experimental and its interface may change in
9295// future releases. Please contact support before building production integrations
0 commit comments