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 ed1995a + cf71320 commit 7cdc33eCopy full SHA for 7cdc33e
src/main/java/com/easypost/model/BaseUser.java
@@ -21,4 +21,5 @@ public class BaseUser extends EasyPostResource {
21
private String insuranceFeeRate;
22
private String insuranceFeeMinimum;
23
private List<User> children;
24
+ private List<ApiKey> apiKeys;
25
}
src/main/java/com/easypost/model/ReferralCustomer.java
@@ -1,10 +1,7 @@
1
package com.easypost.model;
2
3
-import java.util.List;
4
-
5
import lombok.Getter;
6
7
@Getter
8
public class ReferralCustomer extends BaseUser {
9
- private List<ApiKey> apiKeys;
10
0 commit comments