Skip to content

Commit

Permalink
Update stakeholder.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitdas13 authored May 30, 2023
1 parent f8c029c commit 821d632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documents/stakeholder.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Stakeholder stakeholder = instance.stakeholder.edit(accountId, stakeholderId, St
```java
String accountId = "acc_GP4lfNA0iIMn5B";

Stakeholder stakeholder = instance.stakeholder.fetchAll(accountId);
List<Stakeholder> stakeholder = instance.stakeholder.fetchAll(accountId);

```

Expand Down Expand Up @@ -298,4 +298,4 @@ Stakeholder stakeholder = instance.stakeholder.fetch(accountId, stakeholderId);
**PN: * indicates mandatory fields**
<br>
<br>
**For reference click [here](https://razorpay.com/docs/api/partners/stakeholder)**
**For reference click [here](https://razorpay.com/docs/api/partners/stakeholder)**

0 comments on commit 821d632

Please sign in to comment.