Skip to content

Commit

Permalink
- Add missing logo property for CarrierAccount
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 committed Apr 12, 2024
1 parent 682f1c6 commit 5625931
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/easypost/model/CarrierAccount.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ public final class CarrierAccount extends EasyPostResource {
private String type;
private Fields fields;
private boolean clone;
private String logo;
private String readable;
private String description;
private String reference;
Expand Down

0 comments on commit 5625931

Please sign in to comment.