Uses of Class
com.adyen.model.relayedauthorizationwebhooks.DeliveryContact
-
Packages that use DeliveryContact Package Description com.adyen.model.relayedauthorizationwebhooks -
-
Uses of DeliveryContact in com.adyen.model.relayedauthorizationwebhooks
Methods in com.adyen.model.relayedauthorizationwebhooks 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 stringDeliveryContactCard. getDeliveryContact()Get deliveryContactDeliveryContactDeliveryContact. name(Name name)nameDeliveryContactDeliveryContact. phone(Phone phone)phoneDeliveryContactDeliveryContact. webAddress(String webAddress)The URL of the contact's website.Methods in com.adyen.model.relayedauthorizationwebhooks with parameters of type DeliveryContact Modifier and Type Method Description CardCard. deliveryContact(DeliveryContact deliveryContact)deliveryContactvoidCard. setDeliveryContact(DeliveryContact deliveryContact)deliveryContact
-