Skip to content

Commit

Permalink
Merge pull request #25 from lexTutor/patch-1
Browse files Browse the repository at this point in the history
Update ListBanks response data
  • Loading branch information
adebisi-fa authored Mar 18, 2024
2 parents a73652a + 19eec54 commit 4dcd0c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/Apis/Miscellaneous/ListBanks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ public class Datum
[JsonProperty("is_deleted")]
public object IsDeleted { get; set; }

[JsonProperty("type")]
public string Type { get; set; }

[JsonProperty("id")]
public int Id { get; set; }

Expand All @@ -53,4 +56,4 @@ public class ListBanksResponse : HasRawResponse, IApiResponse
[JsonProperty("data")]
public IList<ListBanks.Datum> Data { get; set; }
}
}
}

0 comments on commit 4dcd0c3

Please sign in to comment.