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