setMuxedSourceAccount method

PaymentOperationBuilder setMuxedSourceAccount (
  1. MuxedAccount sourceAccount
)

Implementation

PaymentOperationBuilder setMuxedSourceAccount(MuxedAccount sourceAccount) {
  _mSourceAccount = sourceAccount;
  return this;
}