Uses of Class
com.adyen.model.recurring.Name
-
Packages that use Name Package Description com.adyen.model.recurring -
-
Uses of Name in com.adyen.model.recurring
Methods in com.adyen.model.recurring 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 stringNameRecurringDetail. getShopperName()shopperNameNameName. lastName(String lastName)The last name.Methods in com.adyen.model.recurring with parameters of type Name Modifier and Type Method Description voidRecurringDetail. setShopperName(Name shopperName)shopperNameRecurringDetailRecurringDetail. shopperName(Name shopperName)shopperName
-