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