In Setup, a merchant can enable tipping support by checking the "Ask for tip" box under Payments. Is there any way to look up this preference from the Android SDK? We can ask a Merchant for the list of tip suggestions, but I don't see a way to get the status of that check box, and the suggestions are always there, regardless of the settings.
I see that MerchantProperties has a getTipEnabled() method, but how can I get the MerchantProperties?