Uses of Class
com.adyen.model.checkout.Phone
-
Packages that use Phone Package Description com.adyen.model com.adyen.model.checkout -
-
Uses of Phone in com.adyen.model
Methods in com.adyen.model that return Phone Modifier and Type Method Description PhoneThreeDS2RequestData. getHomePhone()Get homePhonePhoneThreeDS2RequestData. getMobilePhone()Get mobilePhonePhoneThreeDS2RequestData. getWorkPhone()Get workPhoneMethods in com.adyen.model with parameters of type Phone Modifier and Type Method Description ThreeDS2RequestDataThreeDS2RequestData. homePhone(Phone homePhone)ThreeDS2RequestDataThreeDS2RequestData. mobilePhone(Phone mobilePhone)voidThreeDS2RequestData. setHomePhone(Phone homePhone)voidThreeDS2RequestData. setMobilePhone(Phone mobilePhone)voidThreeDS2RequestData. setWorkPhone(Phone workPhone)ThreeDS2RequestDataThreeDS2RequestData. workPhone(Phone workPhone) -
Uses of Phone in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return Phone Modifier and Type Method Description PhonePhone. cc(String cc)PhonePhone. subscriber(String subscriber)
-