setSourceAccount method

CreateAccountOperationBuilder setSourceAccount (
  1. String sourceAccountId
)

Sets the source account for this operation represented by sourceAccountId.

Implementation

CreateAccountOperationBuilder setSourceAccount(String sourceAccountId) {
  _mSourceAccount = sourceAccountId;
  return this;
}