Uses of Class
com.adyen.model.legalentitymanagement.SourceOfFunds
-
Packages that use SourceOfFunds Package Description com.adyen.model.legalentitymanagement -
-
Uses of SourceOfFunds in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return SourceOfFunds Modifier and Type Method Description SourceOfFundsSourceOfFunds. acquiringBusinessLineId(String acquiringBusinessLineId)Deprecated.since Legal Entity Management API v3 This field will be removed in v4.SourceOfFundsSourceOfFunds. adyenProcessedFunds(Boolean adyenProcessedFunds)Indicates whether the funds are coming from transactions processed by Adyen.SourceOfFundsSourceOfFunds. description(String description)Text describing the source of funds.static SourceOfFundsSourceOfFunds. fromJson(String jsonString)Create an instance of SourceOfFunds given an JSON stringSourceOfFundsBusinessLine. getSourceOfFunds()sourceOfFundsSourceOfFundsBusinessLineInfo. getSourceOfFunds()sourceOfFundsSourceOfFundsBusinessLineInfoUpdate. getSourceOfFunds()sourceOfFundsSourceOfFundsSourceOfFunds. type(SourceOfFunds.TypeEnum type)The type of the source of funds.Methods in com.adyen.model.legalentitymanagement with parameters of type SourceOfFunds Modifier and Type Method Description voidBusinessLine. setSourceOfFunds(SourceOfFunds sourceOfFunds)sourceOfFundsvoidBusinessLineInfo. setSourceOfFunds(SourceOfFunds sourceOfFunds)sourceOfFundsvoidBusinessLineInfoUpdate. setSourceOfFunds(SourceOfFunds sourceOfFunds)sourceOfFundsBusinessLineBusinessLine. sourceOfFunds(SourceOfFunds sourceOfFunds)sourceOfFundsBusinessLineInfoBusinessLineInfo. sourceOfFunds(SourceOfFunds sourceOfFunds)sourceOfFundsBusinessLineInfoUpdateBusinessLineInfoUpdate. sourceOfFunds(SourceOfFunds sourceOfFunds)sourceOfFunds
-