| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
BankAccount.Builder |
BankAccount.Builder.accountNumberSuffix(String accountNumberSuffix)
Setter for accountNumberSuffix.
|
BankAccount.Builder |
BankAccount.Builder.accountType(String accountType)
Setter for accountType.
|
BankAccount.Builder |
BankAccount.Builder.bankName(String bankName)
Setter for bankName.
|
BankAccount.Builder |
BankAccount.Builder.country(String country)
Setter for country.
|
BankAccount.Builder |
BankAccount.Builder.creditable(boolean creditable)
Setter for creditable.
|
BankAccount.Builder |
BankAccount.Builder.currency(String currency)
Setter for currency.
|
BankAccount.Builder |
BankAccount.Builder.debitable(boolean debitable)
Setter for debitable.
|
BankAccount.Builder |
BankAccount.Builder.debitMandateReferenceId(String debitMandateReferenceId)
Setter for debitMandateReferenceId.
|
BankAccount.Builder |
BankAccount.Builder.fingerprint(String fingerprint)
Setter for fingerprint.
|
BankAccount.Builder |
BankAccount.Builder.holderName(String holderName)
Setter for holderName.
|
BankAccount.Builder |
BankAccount.Builder.id(String id)
Setter for id.
|
BankAccount.Builder |
BankAccount.Builder.locationId(String locationId)
Setter for locationId.
|
BankAccount.Builder |
BankAccount.Builder.primaryBankIdentificationNumber(String primaryBankIdentificationNumber)
Setter for primaryBankIdentificationNumber.
|
BankAccount.Builder |
BankAccount.Builder.referenceId(String referenceId)
Setter for referenceId.
|
BankAccount.Builder |
BankAccount.Builder.secondaryBankIdentificationNumber(String secondaryBankIdentificationNumber)
Setter for secondaryBankIdentificationNumber.
|
BankAccount.Builder |
BankAccount.Builder.status(String status)
Setter for status.
|
BankAccount.Builder |
BankAccount.toBuilder()
Builds a new
BankAccount.Builder object. |
BankAccount.Builder |
BankAccount.Builder.version(Integer version)
Setter for version.
|
Copyright © 2022. All rights reserved.