Uses of Class
com.adyen.model.legalentitymanagement.PhoneNumber
-
Packages that use PhoneNumber Package Description com.adyen.model.legalentitymanagement -
-
Uses of PhoneNumber in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return PhoneNumber Modifier and Type Method Description static PhoneNumberPhoneNumber. fromJson(String jsonString)Create an instance of PhoneNumber given an JSON stringPhoneNumberIndividual. getPhone()phonePhoneNumberOrganization. getPhone()phonePhoneNumberPhoneNumber. number(String number)The full phone number, including the country code.PhoneNumberPhoneNumber. phoneCountryCode(String phoneCountryCode)The two-letter [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code prefix of the phone number.PhoneNumberPhoneNumber. type(String type)The type of phone number.Methods in com.adyen.model.legalentitymanagement with parameters of type PhoneNumber Modifier and Type Method Description IndividualIndividual. phone(PhoneNumber phone)phoneOrganizationOrganization. phone(PhoneNumber phone)phonevoidIndividual. setPhone(PhoneNumber phone)phonevoidOrganization. setPhone(PhoneNumber phone)phone
-