sourceAccount method

StrictReceivePathsRequestBuilder sourceAccount (
  1. String accountId
)

Implementation

StrictReceivePathsRequestBuilder sourceAccount(String accountId) {
  queryParameters.addAll({"source_account": accountId});
  return this;
}