Uses of Class
com.adyen.model.nexo.SponsoredMerchant
-
Packages that use SponsoredMerchant Package Description com.adyen.model.nexo -
-
Uses of SponsoredMerchant in com.adyen.model.nexo
Fields in com.adyen.model.nexo with type parameters of type SponsoredMerchant Modifier and Type Field Description protected List<SponsoredMerchant>SaleData. sponsoredMerchantThe Sponsored merchant.Methods in com.adyen.model.nexo that return SponsoredMerchant Modifier and Type Method Description SponsoredMerchantObjectFactory. createSponsoredMerchant()Create an instance ofSponsoredMerchantMethods in com.adyen.model.nexo that return types with arguments of type SponsoredMerchant Modifier and Type Method Description List<SponsoredMerchant>SaleData. getSponsoredMerchant()Gets the value of the sponsoredMerchant property.
-