destinationAccount method

StrictReceivePathsRequestBuilder destinationAccount (
  1. String accountId
)

Implementation

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