Skip to content

Commit 3850550

Browse files
authored
Merge pull request #366 from EasyPost/feature/SHPE-727-add-details-to-rate
feat(rate): add details field for dynamic metadata
2 parents f6745b7 + 5949e48 commit 3850550

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/com/easypost/model/Rate.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
package com.easypost.model;
22

3+
import java.util.Map;
4+
35
import lombok.Getter;
46

57
@Getter
@@ -19,4 +21,5 @@ public class Rate extends EasyPostResource {
1921
private String shipmentId;
2022
private String carrierAccountId;
2123
private String billingType;
24+
private Map<String, String> details;
2225
}

0 commit comments

Comments
 (0)