Uses of Class
com.adyen.model.management.MerchantLinks
-
Packages that use MerchantLinks Package Description com.adyen.model.management -
-
Uses of MerchantLinks in com.adyen.model.management
Methods in com.adyen.model.management that return MerchantLinks Modifier and Type Method Description MerchantLinksMerchantLinks. apiCredentials(LinksElement apiCredentials)apiCredentialsstatic MerchantLinksMerchantLinks. fromJson(String jsonString)Create an instance of MerchantLinks given an JSON stringMerchantLinksMerchant. getLinks()linksMerchantLinksMerchantLinks. self(LinksElement self)selfMerchantLinksMerchantLinks. users(LinksElement users)usersMerchantLinksMerchantLinks. webhooks(LinksElement webhooks)webhooksMethods in com.adyen.model.management with parameters of type MerchantLinks Modifier and Type Method Description MerchantMerchant. links(MerchantLinks links)linksvoidMerchant. setLinks(MerchantLinks links)links
-