Uses of Class
com.adyen.model.balanceplatform.MandateBankAccount
-
Packages that use MandateBankAccount Package Description com.adyen.model.balanceplatform -
-
Uses of MandateBankAccount in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return MandateBankAccount Modifier and Type Method Description MandateBankAccountMandateBankAccount. accountHolder(MandatePartyIdentification accountHolder)accountHolderMandateBankAccountMandateBankAccount. accountIdentification(MandateAccountIdentification accountIdentification)accountIdentificationstatic MandateBankAccountMandateBankAccount. fromJson(String jsonString)Create an instance of MandateBankAccount given an JSON stringMandateBankAccountMandate. getCounterparty()Get counterpartyMandateBankAccountMandateBankAccount. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.Methods in com.adyen.model.balanceplatform with parameters of type MandateBankAccount Modifier and Type Method Description MandateMandate. counterparty(MandateBankAccount counterparty)counterpartyvoidMandate. setCounterparty(MandateBankAccount counterparty)counterparty
-