Uses of Class
com.adyen.model.management.Contact
-
Packages that use Contact Package Description com.adyen.model.management -
-
Uses of Contact in com.adyen.model.management
Methods in com.adyen.model.management that return Contact Modifier and Type Method Description ContactContact. email(String email)ContactContact. firstName(String firstName)static ContactContact. fromJson(String jsonString)Create an instance of Contact given an JSON stringContactShippingLocation. getContact()Get contactContactContact. infix(String infix)ContactContact. lastName(String lastName)ContactContact. phoneNumber(String phoneNumber)Methods in com.adyen.model.management with parameters of type Contact Modifier and Type Method Description ShippingLocationShippingLocation. contact(Contact contact)voidShippingLocation. setContact(Contact contact)contact
-