Uses of Class
com.adyen.model.marketpayaccount.ViasPhoneNumber
-
Packages that use ViasPhoneNumber Package Description com.adyen.model.marketpayaccount -
-
Uses of ViasPhoneNumber in com.adyen.model.marketpayaccount
Methods in com.adyen.model.marketpayaccount that return ViasPhoneNumber Modifier and Type Method Description static ViasPhoneNumberViasPhoneNumber. fromJson(String jsonString)Create an instance of ViasPhoneNumber given an JSON stringViasPhoneNumberLegalArrangementEntityDetail. getPhoneNumber()Get phoneNumberViasPhoneNumberShareholderContact. getPhoneNumber()Get phoneNumberViasPhoneNumberSignatoryContact. getPhoneNumber()Get phoneNumberViasPhoneNumberStoreDetail. getPhoneNumber()Get phoneNumberViasPhoneNumberViasPhoneNumber. phoneCountryCode(String phoneCountryCode)ViasPhoneNumberViasPhoneNumber. phoneNumber(String phoneNumber)ViasPhoneNumberViasPhoneNumber. phoneType(ViasPhoneNumber.PhoneTypeEnum phoneType)Methods in com.adyen.model.marketpayaccount with parameters of type ViasPhoneNumber Modifier and Type Method Description LegalArrangementEntityDetailLegalArrangementEntityDetail. phoneNumber(ViasPhoneNumber phoneNumber)ShareholderContactShareholderContact. phoneNumber(ViasPhoneNumber phoneNumber)SignatoryContactSignatoryContact. phoneNumber(ViasPhoneNumber phoneNumber)StoreDetailStoreDetail. phoneNumber(ViasPhoneNumber phoneNumber)voidLegalArrangementEntityDetail. setPhoneNumber(ViasPhoneNumber phoneNumber)voidShareholderContact. setPhoneNumber(ViasPhoneNumber phoneNumber)voidSignatoryContact. setPhoneNumber(ViasPhoneNumber phoneNumber)voidStoreDetail. setPhoneNumber(ViasPhoneNumber phoneNumber)
-