Uses of Class
com.adyen.model.balanceplatform.Name
-
Packages that use Name Package Description com.adyen.model.balanceplatform -
-
Uses of Name in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform 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. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.NameName. lastName(String lastName)The last name.Methods in com.adyen.model.balanceplatform with parameters of type Name Modifier and Type Method Description DeliveryContactDeliveryContact. name(Name name)namevoidDeliveryContact. setName(Name name)name
-