SourceOfFunds |
SourceOfFunds.addFinanciersItem(Financier financiersItem) |
|
SourceOfFunds |
SourceOfFunds.adyenProcessedFunds(Boolean adyenProcessedFunds) |
Indicates whether the funds are coming from transactions processed by Adyen.
|
SourceOfFunds |
SourceOfFunds.amount(Amount amount) |
amount
|
SourceOfFunds |
SourceOfFunds.assetMonthsHeld(Integer assetMonthsHeld) |
The number of months that the asset has been in possession of the user.
|
SourceOfFunds |
SourceOfFunds.cryptocurrencyExchange(String cryptocurrencyExchange) |
Required if `type` is **cryptocurrencyIncome**.
|
SourceOfFunds |
SourceOfFunds.dateOfFundsReceived(LocalDate dateOfFundsReceived) |
Required if `type` is **donations** or **inheritance**.
|
SourceOfFunds |
SourceOfFunds.dateOfSourceEvent(LocalDate dateOfSourceEvent) |
Required if `type` is **assetSale** or **gamblingWinnings**.
|
SourceOfFunds |
SourceOfFunds.description(String description) |
Required if `type` is **business** or **assetSale**.
|
SourceOfFunds |
SourceOfFunds.financiers(List<Financier> financiers) |
Required if `type` is **thirdPartyFunding**.
|
static SourceOfFunds |
SourceOfFunds.fromJson(String jsonString) |
Create an instance of SourceOfFunds given an JSON string
|
SourceOfFunds |
BusinessLine.getSourceOfFunds() |
Get sourceOfFunds
|
SourceOfFunds |
BusinessLineInfo.getSourceOfFunds() |
Get sourceOfFunds
|
SourceOfFunds |
BusinessLineInfoUpdate.getSourceOfFunds() |
Get sourceOfFunds
|
SourceOfFunds |
SourceOfFunds.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
SourceOfFunds |
SourceOfFunds.originatorLegalEntityId(String originatorLegalEntityId) |
Required if `type` is **donations** or **inheritance**.
|
SourceOfFunds |
SourceOfFunds.purpose(String purpose) |
Required if `type` is **donations**.
|
SourceOfFunds |
SourceOfFunds.relationship(String relationship) |
Required if `type` is **donations** or **inheritance**.
|
SourceOfFunds |
SourceOfFunds.type(SourceOfFunds.TypeEnum type) |
The type of the source of funds.
|
SourceOfFunds |
SourceOfFunds.website(String website) |
Required if `type` is **gamblingWinnings**.
|