We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6745b7 + 5949e48 commit 3850550Copy full SHA for 3850550
src/main/java/com/easypost/model/Rate.java
@@ -1,5 +1,7 @@
1
package com.easypost.model;
2
3
+import java.util.Map;
4
+
5
import lombok.Getter;
6
7
@Getter
@@ -19,4 +21,5 @@ public class Rate extends EasyPostResource {
19
21
private String shipmentId;
20
22
private String carrierAccountId;
23
private String billingType;
24
+ private Map<String, String> details;
25
}
0 commit comments