Skip to content

Commit

Permalink
Added ApiData to charging port
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Garcia committed Aug 25, 2023
1 parent 2dc1a72 commit 99bc61d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.smartcar.sdk.data;

public class VehicleChargingPort {
public class VehicleChargingPort extends ApiData {
private String type;
private String status;

Expand Down

0 comments on commit 99bc61d

Please sign in to comment.