File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
src/main/java/com/easypost/model Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 8
8
- ` betaReferralCustomer.createBankAccountClientSecret `
9
9
- ` referralCustomer.addCreditCardFromStripe `
10
10
- ` referralCustomer.addBankAccountFromStripe `
11
+ - Adds missing tracker props
11
12
- Adds ` tracking_codes ` param to tracker index endpoint
12
13
- Routes ` AmazonShippingAccount ` to the correct endpoint
13
14
- Fixes error parsing
Original file line number Diff line number Diff line change @@ -18,4 +18,6 @@ public class Tracker extends EasyPostResource {
18
18
private CarrierDetail carrierDetail ;
19
19
private String publicUrl ;
20
20
private String statusDetail ;
21
+ private Boolean finalized ;
22
+ private Boolean isReturn ;
21
23
}
Original file line number Diff line number Diff line change 6
6
7
7
@ Getter
8
8
public final class TrackingDetail {
9
- private String status ;
10
9
private String message ;
10
+ private String description ;
11
+ private String status ;
12
+ private String statusDetail ;
11
13
private Date datetime ;
14
+ private String source ;
15
+ private String carrierCode ;
12
16
private TrackingLocation trackingLocation ;
13
- private String statusDetail ;
17
+ private String estDeliveryDate ;
14
18
}
You can’t perform that action at this time.
0 commit comments