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.
1 parent 2f250df commit ffcb5b9Copy full SHA for ffcb5b9
src/main/java/com/easypost/model/LumaInfo.java
@@ -8,4 +8,5 @@ public final class LumaInfo {
8
private List<AiResults> aiResults;
9
private Integer matchingRuleIdx;
10
private String rulesetDescription;
11
+ private Rate lumaSelectedRate;
12
}
src/test/java/com/easypost/LumaTest.java
@@ -37,6 +37,6 @@ public void testGetPromise() throws EasyPostException {
37
38
LumaInfo response = vcr.client.luma.getPromise(shipmentData);
39
40
- assertNotNull(response.getRulesetDescription());
+ assertNotNull(response.getLumaSelectedRate());
41
42
0 commit comments