GooglePayRequest

constructor(    currencyCode: String,     totalPrice: String,     totalPriceStatus: GooglePayTotalPriceStatus,     isEmailRequired: Boolean = false,     isPhoneNumberRequired: Boolean = false,     isBillingAddressRequired: Boolean = false,     billingAddressFormat: GooglePayBillingAddressFormat? = GooglePayBillingAddressFormat.MIN,     isShippingAddressRequired: Boolean = false,     shippingAddressParameters: GooglePayShippingAddressParameters? = null,     allowPrepaidCards: Boolean = false,     isPayPalEnabled: Boolean = true,     googleMerchantName: String? = null,     countryCode: String? = null,     totalPriceLabel: String? = null,     allowCreditCards: Boolean = true,     environment: String? = null,     allowedPaymentMethods: MutableMap<String, String> = HashMap(),     tokenizationSpecifications: MutableMap<String, String> = HashMap(),     allowedAuthMethods: MutableMap<String, String> = HashMap(),     allowedCardNetworks: MutableMap<String, String> = HashMap())