Skip to content

Commit

Permalink
add new attribute to ParentVASPAccountRole
Browse files Browse the repository at this point in the history
  • Loading branch information
ketola committed Aug 25, 2021
1 parent 8c52939 commit fbd812e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ public interface ParentVASPAccountRole extends AccountRole {

@JsonProperty("diem_id_domains")
List<String> diemIdDomains();

@JsonProperty("vasp_domains")
List<String> vaspDomains();
}

0 comments on commit fbd812e

Please sign in to comment.