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. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.PhoneNumberPhoneNumber. 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
-