Skip to content

Commit

Permalink
remove errors from create response
Browse files Browse the repository at this point in the history
  • Loading branch information
rajkumarpalani committed Feb 10, 2021
1 parent 7e684a1 commit 8fe4a44
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,6 @@ public CreatePayoutResponse batchHeader(PayoutHeader batchHeader) {
return this;
}

/**
* The error details.
*/
@SerializedName("errors")
private PayoutError errors;

public PayoutError errors() {
return errors;
}

public CreatePayoutResponse errors(PayoutError errors) {
this.errors = errors;
return this;
}

/**
* An array of request-related [HATEOAS links](/docs/api/reference/api-responses/#hateoas-links).
*/
Expand Down

0 comments on commit 8fe4a44

Please sign in to comment.