Uses of Class
com.adyen.model.balanceplatform.PhoneNumber
-
Packages that use PhoneNumber Package Description com.adyen.model.balanceplatform -
-
Uses of PhoneNumber in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return PhoneNumber Modifier and Type Method Description static PhoneNumberPhoneNumber. fromJson(String jsonString)Create an instance of PhoneNumber given an JSON stringPhoneNumberDeliveryContact. getPhoneNumber()Get phoneNumberPhoneNumberPhoneNumber. phoneCountryCode(String phoneCountryCode)PhoneNumberPhoneNumber. phoneNumber(String phoneNumber)PhoneNumberPhoneNumber. phoneType(PhoneNumber.PhoneTypeEnum phoneType)Methods in com.adyen.model.balanceplatform with parameters of type PhoneNumber Modifier and Type Method Description DeliveryContactDeliveryContact. phoneNumber(PhoneNumber phoneNumber)voidDeliveryContact. setPhoneNumber(PhoneNumber phoneNumber)phoneNumber
-