WithdrawFrom
The account to withdraw funds from.
enum WithdrawFrom {
SENDER
SPONSOR
}
Values​
WithdrawFrom.SENDER​
The funds are withdrawn from the transaction sender's account.
WithdrawFrom.SPONSOR​
The funds are withdrawn from the sponsor's account.
Member Of​
BalanceWithdraw object