Uses of Class
com.adyen.model.balanceplatform.MandatePartyIdentification
-
Packages that use MandatePartyIdentification Package Description com.adyen.model.balanceplatform -
-
Uses of MandatePartyIdentification in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform 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 accountHolderMandatePartyIdentificationMandatePartyIdentification. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.Methods in com.adyen.model.balanceplatform with parameters of type MandatePartyIdentification Modifier and Type Method Description MandateBankAccountMandateBankAccount. accountHolder(MandatePartyIdentification accountHolder)accountHoldervoidMandateBankAccount. setAccountHolder(MandatePartyIdentification accountHolder)accountHolder
-