destinationAccount method

StrictSendPathsRequestBuilder destinationAccount (
  1. String accountId
)

Implementation

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