Uses of Class
com.adyen.model.payment.Phone
-
Packages that use Phone Package Description com.adyen.model.payment -
-
Uses of Phone in com.adyen.model.payment
Methods in com.adyen.model.payment that return Phone Modifier and Type Method Description PhonePhone. cc(String cc)static PhonePhone. fromJson(String jsonString)Create an instance of Phone given an JSON stringPhoneThreeDS2RequestData. getHomePhone()Get homePhonePhoneThreeDS2RequestData. getMobilePhone()Get mobilePhonePhoneThreeDS2RequestData. getWorkPhone()Get workPhonePhonePhone. subscriber(String subscriber)Methods in com.adyen.model.payment with parameters of type Phone Modifier and Type Method Description ThreeDS2RequestDataThreeDS2RequestData. homePhone(Phone homePhone)ThreeDS2RequestDataThreeDS2RequestData. mobilePhone(Phone mobilePhone)voidThreeDS2RequestData. setHomePhone(Phone homePhone)homePhonevoidThreeDS2RequestData. setMobilePhone(Phone mobilePhone)mobilePhonevoidThreeDS2RequestData. setWorkPhone(Phone workPhone)workPhoneThreeDS2RequestDataThreeDS2RequestData. workPhone(Phone workPhone)
-