destinationAccount method
- String accountId
Implementation
StrictReceivePathsRequestBuilder destinationAccount(String accountId) {
queryParameters.addAll({"destination_account": accountId});
return this;
}
StrictReceivePathsRequestBuilder destinationAccount(String accountId) {
queryParameters.addAll({"destination_account": accountId});
return this;
}