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)static NameName. fromJson(String jsonString)Create an instance of Name given an JSON stringNameRecurringDetail. getShopperName()Get shopperNameNameName. lastName(String lastName)Methods in com.adyen.model.recurring with parameters of type Name Modifier and Type Method Description voidRecurringDetail. setShopperName(Name shopperName)shopperNameRecurringDetailRecurringDetail. shopperName(Name shopperName)
-