Uses of Class
com.adyen.model.configurationwebhooks.MandateBankAccount
-
Packages that use MandateBankAccount Package Description com.adyen.model.configurationwebhooks -
-
Uses of MandateBankAccount in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return MandateBankAccount Modifier and Type Method Description MandateBankAccountMandateBankAccount. accountHolder(MandatePartyIdentification accountHolder)accountHolderMandateBankAccountMandateBankAccount. accountIdentification(MandateBankAccountAccountIdentification accountIdentification)accountIdentificationstatic MandateBankAccountMandateBankAccount. fromJson(String jsonString)Create an instance of MandateBankAccount given an JSON stringMandateBankAccountMandate. getCounterparty()Get counterpartyMethods in com.adyen.model.configurationwebhooks with parameters of type MandateBankAccount Modifier and Type Method Description MandateMandate. counterparty(MandateBankAccount counterparty)counterpartyvoidMandate. setCounterparty(MandateBankAccount counterparty)counterparty
-