Uses of Class
com.adyen.model.marketpayhop.CollectInformation
-
Packages that use CollectInformation Package Description com.adyen.model.marketpayhop -
-
Uses of CollectInformation in com.adyen.model.marketpayhop
Methods in com.adyen.model.marketpayhop that return CollectInformation Modifier and Type Method Description CollectInformationCollectInformation. bankDetails(Boolean bankDetails)CollectInformationCollectInformation. businessDetails(Boolean businessDetails)static CollectInformationCollectInformation. fromJson(String jsonString)Create an instance of CollectInformation given an JSON stringCollectInformationGetOnboardingUrlRequest. getCollectInformation()Get collectInformationCollectInformationCollectInformation. individualDetails(Boolean individualDetails)CollectInformationCollectInformation. legalArrangementDetails(Boolean legalArrangementDetails)CollectInformationCollectInformation. pciQuestionnaire(Boolean pciQuestionnaire)CollectInformationCollectInformation. shareholderDetails(Boolean shareholderDetails)Methods in com.adyen.model.marketpayhop with parameters of type CollectInformation Modifier and Type Method Description GetOnboardingUrlRequestGetOnboardingUrlRequest. collectInformation(CollectInformation collectInformation)voidGetOnboardingUrlRequest. setCollectInformation(CollectInformation collectInformation)
-