static Any withdraw(String bankAccountId) => Any( typeUrl: withdrawTypeUrl, value: (Withdraw()..bankAccountId = bankAccountId).writeToBuffer(), );