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)The individual's email address.ContactContact. firstName(String firstName)The individual's first name.static ContactContact. fromJson(String jsonString)Create an instance of Contact given an JSON stringContactShippingLocation. getContact()contactContactContact. infix(String infix)The infix in the individual's name, if any.ContactContact. lastName(String lastName)The individual's last name.ContactContact. phoneNumber(String phoneNumber)The individual's phone number, specified as 10-14 digits with an optional `+` prefix.Methods in com.adyen.model.management with parameters of type Contact Modifier and Type Method Description ShippingLocationShippingLocation. contact(Contact contact)contactvoidShippingLocation. setContact(Contact contact)contact
-