Uses of Class
com.adyen.model.tapi.MobileData
-
Packages that use MobileData Package Description com.adyen.model.tapi -
-
Uses of MobileData in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return MobileData Modifier and Type Method Description static MobileDataMobileData. fromJson(String jsonString)Create an instance of MobileData given an JSON stringMobileDataMobileData. geolocation(Geolocation geolocation)geolocationMobileDataPaymentInstrumentData. getMobileData()Get mobileDataMobileDataMobileData. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.MobileDataMobileData. maskedMSISDN(Integer maskedMSISDN)Masked Mobile Subscriber Integrated Service Digital Network.MobileDataMobileData. mobileCountryCode(Integer mobileCountryCode)Identifies the country of a mobile phone operator.MobileDataMobileData. mobileNetworkCode(Integer mobileNetworkCode)Identifies the mobile phone operator inside a country.MobileDataMobileData. protectedMobileData(String protectedMobileData)Sensitive information related to the mobile phone, protected by CMS.MobileDataMobileData. sensitiveMobileData(SensitiveMobileData sensitiveMobileData)sensitiveMobileDataMethods in com.adyen.model.tapi with parameters of type MobileData Modifier and Type Method Description PaymentInstrumentDataPaymentInstrumentData. mobileData(MobileData mobileData)mobileDatavoidPaymentInstrumentData. setMobileData(MobileData mobileData)mobileData
-