Uses of Class
com.adyen.model.legalentitymanagement.Financier
-
Packages that use Financier Package Description com.adyen.model.legalentitymanagement -
-
Uses of Financier in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return Financier Modifier and Type Method Description FinancierFinancier. amount(Amount amount)amountFinancierFinancier. firstName(String firstName)The financier's first name.static FinancierFinancier. fromJson(String jsonString)Create an instance of Financier given an JSON stringFinancierFinancier. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.FinancierFinancier. lastName(String lastName)The financier's last name.FinancierFinancier. location(String location)The city and country/region where the financier is currently located.Methods in com.adyen.model.legalentitymanagement that return types with arguments of type Financier Modifier and Type Method Description List<Financier>SourceOfFunds. getFinanciers()Required if `type` is **thirdPartyFunding**.Methods in com.adyen.model.legalentitymanagement with parameters of type Financier Modifier and Type Method Description SourceOfFundsSourceOfFunds. addFinanciersItem(Financier financiersItem)Method parameters in com.adyen.model.legalentitymanagement with type arguments of type Financier Modifier and Type Method Description SourceOfFundsSourceOfFunds. financiers(List<Financier> financiers)Required if `type` is **thirdPartyFunding**.voidSourceOfFunds. setFinanciers(List<Financier> financiers)Required if `type` is **thirdPartyFunding**.
-