setSourceAccount method
- String sourceAccountId
Sets the source account for this operation.
Implementation
ClawbackOperationBuilder setSourceAccount(String sourceAccountId) {
_mSourceAccount = MuxedAccount(sourceAccountId, null);
return this;
}
Sets the source account for this operation.
ClawbackOperationBuilder setSourceAccount(String sourceAccountId) {
_mSourceAccount = MuxedAccount(sourceAccountId, null);
return this;
}