setSourceAccount method

PaymentOperationBuilder setSourceAccount (
  1. String sourceAccountId
)

Sets the source account for this operation.

Implementation

PaymentOperationBuilder setSourceAccount(String sourceAccountId) {
  _mSourceAccount = MuxedAccount(sourceAccountId, null);
  return this;
}