Skip to content

Commit

Permalink
Restrict StripeRequest.usage visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Jan 16, 2024
1 parent 9f15662 commit 27097f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/stripe/net/StripeRequest.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
import java.util.UUID;
import lombok.AccessLevel;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.Value;
import lombok.experimental.Accessors;

Expand Down Expand Up @@ -52,6 +53,7 @@ public class StripeRequest {
RequestOptions options;

/** List of tracked behaviors associated with this request. */
@Getter(AccessLevel.PACKAGE)
List<String> usage;

/**
Expand Down

0 comments on commit 27097f3

Please sign in to comment.