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)DeliveryContactDeliveryContact. company(String company)DeliveryContactDeliveryContact. email(String email)static DeliveryContactDeliveryContact. fromJson(String jsonString)Create an instance of DeliveryContact given an JSON stringDeliveryContactDeliveryContact. fullPhoneNumber(String fullPhoneNumber)DeliveryContactCard. getDeliveryContact()Get deliveryContactDeliveryContactDeliveryContact. name(Name name)DeliveryContactDeliveryContact. phoneNumber(PhoneNumber phoneNumber)DeliveryContactDeliveryContact. webAddress(String webAddress)Methods in com.adyen.model.configurationwebhooks with parameters of type DeliveryContact Modifier and Type Method Description CardCard. deliveryContact(DeliveryContact deliveryContact)voidCard. setDeliveryContact(DeliveryContact deliveryContact)deliveryContact
-