Package com.inttegro.financialaccounts
Class FinancialAccountCreateParams.Builder
java.lang.Object
com.inttegro.financialaccounts.FinancialAccountCreateParams.Builder
- Enclosing class:
- FinancialAccountCreateParams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbankAccount(BankAccountConfig bankAccount) build()customData(Map<String, String> customData) description(String description) doshAccount(Map<String, Object> doshAccount) owner(BankAccountOwner owner) pullConfiguration(PullPushConfig pullConfiguration) pushConfiguration(PullPushConfig pushConfiguration) type(FinancialAccountType type) wallet(WalletConfig wallet)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
label
-
type
-
reference
-
currency
-
description
-
pullConfiguration
-
pushConfiguration
-
wallet
-
bankAccount
-
doshAccount
-
customData
-
owner
-
build
-