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 88 - ` betaReferralCustomer.createBankAccountClientSecret `
99 - ` referralCustomer.addCreditCardFromStripe `
1010 - ` referralCustomer.addBankAccountFromStripe `
11+ - Adds missing tracker props
1112- Adds ` tracking_codes ` param to tracker index endpoint
1213- Routes ` AmazonShippingAccount ` to the correct endpoint
1314- Fixes error parsing
Original file line number Diff line number Diff line change @@ -18,4 +18,6 @@ public class Tracker extends EasyPostResource {
1818 private CarrierDetail carrierDetail ;
1919 private String publicUrl ;
2020 private String statusDetail ;
21+ private Boolean finalized ;
22+ private Boolean isReturn ;
2123}
Original file line number Diff line number Diff line change 66
77@ Getter
88public final class TrackingDetail {
9- private String status ;
109 private String message ;
10+ private String description ;
11+ private String status ;
12+ private String statusDetail ;
1113 private Date datetime ;
14+ private String source ;
15+ private String carrierCode ;
1216 private TrackingLocation trackingLocation ;
13- private String statusDetail ;
17+ private String estDeliveryDate ;
1418}
You can’t perform that action at this time.
0 commit comments