Uses of Class
com.adyen.model.configurationwebhooks.Name
-
Packages that use Name Package Description com.adyen.model.configurationwebhooks -
-
Uses of Name in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return Name Modifier and Type Method Description NameName. firstName(String firstName)static NameName. fromJson(String jsonString)Create an instance of Name given an JSON stringNameContact. getName()Get nameNameDeliveryContact. getName()Get nameNameName. lastName(String lastName)Methods in com.adyen.model.configurationwebhooks with parameters of type Name Modifier and Type Method Description ContactContact. name(Name name)DeliveryContactDeliveryContact. name(Name name)voidContact. setName(Name name)namevoidDeliveryContact. setName(Name name)name
-