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