Package io.moov.sdk.models.components
Class BankAccountIntegration
- java.lang.Object
-
- io.moov.sdk.models.components.BankAccountIntegration
-
public class BankAccountIntegration extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBankAccountIntegration.Builder
-
Constructor Summary
Constructors Constructor Description BankAccountIntegration(java.lang.String holderName, BankAccountHolderType holderType, java.lang.String accountNumber, BankAccountType bankAccountType, java.lang.String routingNumber)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringaccountNumber()BankAccountTypebankAccountType()The bank account type.static BankAccountIntegration.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()java.lang.StringholderName()BankAccountHolderTypeholderType()The type of holder on a funding source.java.lang.StringroutingNumber()java.lang.StringtoString()BankAccountIntegrationwithAccountNumber(java.lang.String accountNumber)BankAccountIntegrationwithBankAccountType(BankAccountType bankAccountType)The bank account type.BankAccountIntegrationwithHolderName(java.lang.String holderName)BankAccountIntegrationwithHolderType(BankAccountHolderType holderType)The type of holder on a funding source.BankAccountIntegrationwithRoutingNumber(java.lang.String routingNumber)
-
-
-
Constructor Detail
-
BankAccountIntegration
public BankAccountIntegration(java.lang.String holderName, BankAccountHolderType holderType, java.lang.String accountNumber, BankAccountType bankAccountType, java.lang.String routingNumber)
-
-
Method Detail
-
holderName
public java.lang.String holderName()
-
holderType
public BankAccountHolderType holderType()
The type of holder on a funding source.
-
accountNumber
public java.lang.String accountNumber()
-
bankAccountType
public BankAccountType bankAccountType()
The bank account type.
-
routingNumber
public java.lang.String routingNumber()
-
builder
public static BankAccountIntegration.Builder builder()
-
withHolderName
public BankAccountIntegration withHolderName(java.lang.String holderName)
-
withHolderType
public BankAccountIntegration withHolderType(BankAccountHolderType holderType)
The type of holder on a funding source.
-
withAccountNumber
public BankAccountIntegration withAccountNumber(java.lang.String accountNumber)
-
withBankAccountType
public BankAccountIntegration withBankAccountType(BankAccountType bankAccountType)
The bank account type.
-
withRoutingNumber
public BankAccountIntegration withRoutingNumber(java.lang.String routingNumber)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-