Package com.lithic.api.models
Class ExternalBankAccountUpdateParams.UpdateBankAccountApiRequest
-
- All Implemented Interfaces:
public final class ExternalBankAccountUpdateParams.UpdateBankAccountApiRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classExternalBankAccountUpdateParams.UpdateBankAccountApiRequest.BuilderA builder for UpdateBankAccountApiRequest.
-
Method Summary
Modifier and Type Method Description final Optional<ExternalBankAccountAddress>address()Address final Optional<String>companyId()Optional field that helps identify bank accounts in receipts final Optional<LocalDate>dob()Date of Birth of the Individual that owns the external bank account final Optional<String>doingBusinessAs()Doing Business As final Optional<String>name()The nickname for this External Bank Account final Optional<String>owner()Legal Name of the business or individual who owns the external account. final Optional<OwnerType>ownerType()Owner Type final Optional<ExternalBankAccountUpdateParams.AccountTypeExternal>type()final Optional<String>userDefinedId()User Defined ID final JsonField<ExternalBankAccountAddress>_address()Address final JsonField<String>_companyId()Optional field that helps identify bank accounts in receipts final JsonField<LocalDate>_dob()Date of Birth of the Individual that owns the external bank account final JsonField<String>_doingBusinessAs()Doing Business As final JsonField<String>_name()The nickname for this External Bank Account final JsonField<String>_owner()Legal Name of the business or individual who owns the external account. final JsonField<OwnerType>_ownerType()Owner Type final JsonField<ExternalBankAccountUpdateParams.AccountTypeExternal>_type()final JsonField<String>_userDefinedId()User Defined ID final Map<String, JsonValue>_additionalProperties()final ExternalBankAccountUpdateParams.UpdateBankAccountApiRequestvalidate()final ExternalBankAccountUpdateParams.UpdateBankAccountApiRequest.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ExternalBankAccountUpdateParams.UpdateBankAccountApiRequest.Builderbuilder()Returns a mutable builder for constructing an instance of UpdateBankAccountApiRequest. -
-
Method Detail
-
address
final Optional<ExternalBankAccountAddress> address()
Address
-
companyId
final Optional<String> companyId()
Optional field that helps identify bank accounts in receipts
-
dob
final Optional<LocalDate> dob()
Date of Birth of the Individual that owns the external bank account
-
doingBusinessAs
final Optional<String> doingBusinessAs()
Doing Business As
-
owner
final Optional<String> owner()
Legal Name of the business or individual who owns the external account. This will appear in statements
-
type
final Optional<ExternalBankAccountUpdateParams.AccountTypeExternal> type()
-
userDefinedId
final Optional<String> userDefinedId()
User Defined ID
-
_address
final JsonField<ExternalBankAccountAddress> _address()
Address
-
_companyId
final JsonField<String> _companyId()
Optional field that helps identify bank accounts in receipts
-
_dob
final JsonField<LocalDate> _dob()
Date of Birth of the Individual that owns the external bank account
-
_doingBusinessAs
final JsonField<String> _doingBusinessAs()
Doing Business As
-
_owner
final JsonField<String> _owner()
Legal Name of the business or individual who owns the external account. This will appear in statements
-
_ownerType
final JsonField<OwnerType> _ownerType()
Owner Type
-
_type
final JsonField<ExternalBankAccountUpdateParams.AccountTypeExternal> _type()
-
_userDefinedId
final JsonField<String> _userDefinedId()
User Defined ID
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final ExternalBankAccountUpdateParams.UpdateBankAccountApiRequest validate()
-
toBuilder
final ExternalBankAccountUpdateParams.UpdateBankAccountApiRequest.Builder toBuilder()
-
builder
final static ExternalBankAccountUpdateParams.UpdateBankAccountApiRequest.Builder builder()
Returns a mutable builder for constructing an instance of UpdateBankAccountApiRequest.
-
-
-
-