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)Country code.static PhonePhone. fromJson(String jsonString)Create an instance of Phone given an JSON stringPhoneThreeDS2RequestData. getHomePhone()Get homePhonePhoneThreeDS2RequestData. getMobilePhone()Get mobilePhonePhoneThreeDS2RequestData. getWorkPhone()Get workPhonePhonePhone. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.PhonePhone. subscriber(String subscriber)Subscriber number.Methods in com.adyen.model.payment with parameters of type Phone Modifier and Type Method Description ThreeDS2RequestDataThreeDS2RequestData. homePhone(Phone homePhone)homePhoneThreeDS2RequestDataThreeDS2RequestData. mobilePhone(Phone mobilePhone)mobilePhonevoidThreeDS2RequestData. setHomePhone(Phone homePhone)homePhonevoidThreeDS2RequestData. setMobilePhone(Phone mobilePhone)mobilePhonevoidThreeDS2RequestData. setWorkPhone(Phone workPhone)workPhoneThreeDS2RequestDataThreeDS2RequestData. workPhone(Phone workPhone)workPhone
-