File tree Expand file tree Collapse file tree 5 files changed +9
-4
lines changed
src/main/java/com/easypost/model Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## v8.1.0 (2025-05-29)
4
+
5
+ - Adds ` reference ` to Claims
6
+
3
7
## v8.0.1 (2025-05-27)
4
8
5
9
- Corrects the endpoint used for creating/updating UPS accounts
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Add this to your project's POM:
16
16
<dependency >
17
17
<groupId >com.easypost</groupId >
18
18
<artifactId >easypost-api-client</artifactId >
19
- <version >8.0.1 </version >
19
+ <version >8.1.0 </version >
20
20
</dependency >
21
21
```
22
22
@@ -25,7 +25,7 @@ Add this to your project's POM:
25
25
Add this to your project's build file:
26
26
27
27
``` groovy
28
- implementation "com.easypost:easypost-api-client:8.0.1 "
28
+ implementation "com.easypost:easypost-api-client:8.1.0 "
29
29
```
30
30
31
31
** NOTE:** [ Google Gson] ( http://code.google.com/p/google-gson/ ) is required.
Original file line number Diff line number Diff line change 1
- 8.0.1
1
+ 8.1.0
Original file line number Diff line number Diff line change 6
6
<groupId >com.easypost</groupId >
7
7
<artifactId >easypost-api-client</artifactId >
8
8
9
- <version >8.0.1 </version >
9
+ <version >8.1.0 </version >
10
10
<packaging >jar</packaging >
11
11
12
12
<name >com.easypost:easypost-api-client</name >
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ public class Claim extends EasyPostResource {
16
16
private String insuranceId ;
17
17
private String paymentMethod ;
18
18
private String recipientName ;
19
+ private String reference ;
19
20
private String requestedAmount ;
20
21
private String salvageValue ;
21
22
private String shipmentId ;
You can’t perform that action at this time.
0 commit comments