setSourceAccount method
- String sourceAccountId
Sets the source account for this operation.
Implementation
SetOptionsOperationBuilder setSourceAccount(String sourceAccountId) {
_sourceAccount = MuxedAccount.fromAccountId(sourceAccountId);
return this;
}