Uses of Class
com.adyen.model.configurationwebhooks.DeliveryContact
-
Packages that use DeliveryContact Package Description com.adyen.model.configurationwebhooks -
-
Uses of DeliveryContact in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return DeliveryContact Modifier and Type Method Description DeliveryContactDeliveryContact. address(DeliveryAddress address)addressDeliveryContactDeliveryContact. company(String company)The company name of the contact.DeliveryContactDeliveryContact. email(String email)The email address of the contact.static DeliveryContactDeliveryContact. fromJson(String jsonString)Create an instance of DeliveryContact given an JSON stringDeliveryContactDeliveryContact. fullPhoneNumber(String fullPhoneNumber)The full phone number of the contact provided as a single string.DeliveryContactCard. getDeliveryContact()deliveryContactDeliveryContactDeliveryContact. name(Name name)nameDeliveryContactDeliveryContact. phoneNumber(PhoneNumber phoneNumber)phoneNumberDeliveryContactDeliveryContact. webAddress(String webAddress)The URL of the contact's website.Methods in com.adyen.model.configurationwebhooks with parameters of type DeliveryContact Modifier and Type Method Description CardCard. deliveryContact(DeliveryContact deliveryContact)deliveryContactvoidCard. setDeliveryContact(DeliveryContact deliveryContact)deliveryContact
-