Uses of Class
com.adyen.model.checkout.ShopperName
-
Packages that use ShopperName Package Description com.adyen.model.checkout -
-
Uses of ShopperName in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ShopperName Modifier and Type Method Description ShopperNameShopperName. firstName(String firstName)The first name.static ShopperNameShopperName. fromJson(String jsonString)Create an instance of ShopperName given an JSON stringShopperNameCreateCheckoutSessionRequest. getShopperName()Get shopperNameShopperNameCreateCheckoutSessionResponse. getShopperName()Get shopperNameShopperNameDonationPaymentRequest. getShopperName()Get shopperNameShopperNamePaymentRequest. getShopperName()Get shopperNameShopperNameShopperName. lastName(String lastName)The last name.Methods in com.adyen.model.checkout with parameters of type ShopperName Modifier and Type Method Description voidCreateCheckoutSessionRequest. setShopperName(ShopperName shopperName)shopperNamevoidCreateCheckoutSessionResponse. setShopperName(ShopperName shopperName)shopperNamevoidDonationPaymentRequest. setShopperName(ShopperName shopperName)shopperNamevoidPaymentRequest. setShopperName(ShopperName shopperName)shopperNameCreateCheckoutSessionRequestCreateCheckoutSessionRequest. shopperName(ShopperName shopperName)shopperNameCreateCheckoutSessionResponseCreateCheckoutSessionResponse. shopperName(ShopperName shopperName)shopperNameDonationPaymentRequestDonationPaymentRequest. shopperName(ShopperName shopperName)shopperNamePaymentRequestPaymentRequest. shopperName(ShopperName shopperName)shopperName
-