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