Skip to content

Commit

Permalink
fix: don't extend EasyPostResrouce on Surcharge
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Aug 7, 2024
1 parent fa5741b commit f3c13db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/easypost/model/Surcharge.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import lombok.Getter;

@Getter
public final class Surcharge extends EasyPostResource {
public final class Surcharge {
private String object;
private String type;
private String amount;
Expand Down

0 comments on commit f3c13db

Please sign in to comment.