Uses of Class
com.adyen.model.configurationwebhooks.MandatePartyIdentification
-
Packages that use MandatePartyIdentification Package Description com.adyen.model.configurationwebhooks -
-
Uses of MandatePartyIdentification in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return MandatePartyIdentification Modifier and Type Method Description static MandatePartyIdentificationMandatePartyIdentification. fromJson(String jsonString)Create an instance of MandatePartyIdentification given an JSON stringMandatePartyIdentificationMandatePartyIdentification. fullName(String fullName)The full name of the entity that owns the bank account.MandatePartyIdentificationMandateBankAccount. getAccountHolder()Get accountHolderMethods in com.adyen.model.configurationwebhooks with parameters of type MandatePartyIdentification Modifier and Type Method Description MandateBankAccountMandateBankAccount. accountHolder(MandatePartyIdentification accountHolder)accountHoldervoidMandateBankAccount. setAccountHolder(MandatePartyIdentification accountHolder)accountHolder
-