setSourceAccount method
- String sourceAccount
Set source account of this operation
Implementation
AccountMergeOperationBuilder setSourceAccount(String sourceAccount) {
_mSourceAccount = MuxedAccount(sourceAccount, null);
return this;
}
Set source account of this operation
AccountMergeOperationBuilder setSourceAccount(String sourceAccount) {
_mSourceAccount = MuxedAccount(sourceAccount, null);
return this;
}