Package io.moov.sdk.models.components
Class BankAccountIntegration.Builder
- java.lang.Object
-
- io.moov.sdk.models.components.BankAccountIntegration.Builder
-
- Enclosing class:
- BankAccountIntegration
public static final class BankAccountIntegration.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BankAccountIntegration.BuilderaccountNumber(java.lang.String accountNumber)BankAccountIntegration.BuilderbankAccountType(BankAccountType bankAccountType)The bank account type.BankAccountIntegrationbuild()BankAccountIntegration.BuilderholderName(java.lang.String holderName)BankAccountIntegration.BuilderholderType(BankAccountHolderType holderType)The type of holder on a funding source.BankAccountIntegration.BuilderroutingNumber(java.lang.String routingNumber)
-
-
-
Method Detail
-
holderName
public BankAccountIntegration.Builder holderName(java.lang.String holderName)
-
holderType
public BankAccountIntegration.Builder holderType(BankAccountHolderType holderType)
The type of holder on a funding source.
-
accountNumber
public BankAccountIntegration.Builder accountNumber(java.lang.String accountNumber)
-
bankAccountType
public BankAccountIntegration.Builder bankAccountType(BankAccountType bankAccountType)
The bank account type.
-
routingNumber
public BankAccountIntegration.Builder routingNumber(java.lang.String routingNumber)
-
build
public BankAccountIntegration build()
-
-