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