setSourceAccount method
- String sourceAccountId
Sets the source account for this operation.
Implementation
PaymentOperationBuilder setSourceAccount(String sourceAccountId) {
_mSourceAccount = MuxedAccount(sourceAccountId, null);
return this;
}
Sets the source account for this operation.
PaymentOperationBuilder setSourceAccount(String sourceAccountId) {
_mSourceAccount = MuxedAccount(sourceAccountId, null);
return this;
}