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()phoneNumberPhoneNumberPhoneNumber. phoneCountryCode(String phoneCountryCode)The two-character ISO-3166-1 alpha-2 country code of the phone number.PhoneNumberPhoneNumber. phoneNumber(String phoneNumber)The phone number.PhoneNumberPhoneNumber. phoneType(PhoneNumber.PhoneTypeEnum phoneType)The type of the phone number.Methods in com.adyen.model.balanceplatform with parameters of type PhoneNumber Modifier and Type Method Description DeliveryContactDeliveryContact. phoneNumber(PhoneNumber phoneNumber)phoneNumbervoidDeliveryContact. setPhoneNumber(PhoneNumber phoneNumber)phoneNumber
-