Google Pay configuration from the eligibility response
Remarks
This is the configuration returned from getDetails("googlepay").config
after the SDK's internal camelization. It must be transformed via
formatConfigForPaymentRequest() before passing to Google's PaymentsClient,
as that step performs additional field renames (e.g. supportedNetworks
becomes allowedCardNetworks, merchantCountry becomes countryCode).
Google Pay configuration from the eligibility response
Remarks
This is the configuration returned from
getDetails("googlepay").configafter the SDK's internal camelization. It must be transformed viaformatConfigForPaymentRequest()before passing to Google's PaymentsClient, as that step performs additional field renames (e.g.supportedNetworksbecomesallowedCardNetworks,merchantCountrybecomescountryCode).