Hi payments-team,
I'm Hitoshi working in Blink bindings team.
I sent this mail to Rouslan, but I think it better to share this with the team and send this again.
As far as I searched, AndroidParyTokenization is only used in another IDL dictionary
AndroidPayMethodData.
In this function, the instance of AndroidPayMethodData is used to refer three members, |environment|, |minGooglePlayServiceVersion|, and |apiVersion|. It means, the other 4 members including |paymentMethodTokenizationParameters| are never accessed.
So I wonder if we can drop these 4 unused members of AndroidPayMethodData from the IDL file. Dropping only |paymentMethodTokenizationParameters| is enough for us, though.
This CL is the proposal. Then we can also drop support of AndroidPayTokenization dictionary.
If you'd like to keep them, I'd like to change the type of AndroidPayTokenization.parameters to "any".
--