Class FundingWalletRecipientBank
java.lang.Object
markets.alpaca.client.openapi.broker.model.FundingWalletRecipientBank
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class FundingWalletRecipientBank
extends Object
implements Serializable
FundingWalletRecipientBank
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccountNumber(String accountNumber) addPaymentTypesItem(FundingDetailPaymentType paymentTypesItem) companyName(String companyName) createdAt(OffsetDateTime createdAt) booleanstatic FundingWalletRecipientBankCreate an instance of FundingWalletRecipientBank given an JSON stringBank account number.Return the additional (undeclared) property.Return the additional (undeclared) property with the specified name.BIC/SWIFT codegetCity()CityGet companyNameTwo-letter ISO country code.Date the beneficiary record was created.Currency in which money is held in the beneficiary's bank account.Get firstNamegetIban()IBAN codegetId()Get idGet lastNameGet paymentTypesPostal codeValue for \"routing_code_type\".Local payment routing system.State or province.Get streetAddressDate the beneficiary record was last updated.inthashCode()paymentTypes(List<FundingDetailPaymentType> paymentTypes) postalCode(String postalCode) putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.routingCode(String routingCode) routingCodeType(String routingCodeType) voidsetAccountNumber(String accountNumber) voidsetBicSwift(String bicSwift) voidvoidsetCompanyName(String companyName) voidsetCountry(String country) voidsetCreatedAt(OffsetDateTime createdAt) voidsetCurrency(String currency) voidsetFirstName(String firstName) voidvoidvoidsetLastName(String lastName) voidsetPaymentTypes(List<FundingDetailPaymentType> paymentTypes) voidsetPostalCode(String postalCode) voidsetRoutingCode(String routingCode) voidsetRoutingCodeType(String routingCodeType) voidsetStateOrProvince(String stateOrProvince) voidsetStreetAddress(String streetAddress) voidsetUpdatedAt(OffsetDateTime updatedAt) stateOrProvince(String stateOrProvince) streetAddress(String streetAddress) toJson()Convert an instance of FundingWalletRecipientBank to an JSON stringtoString()updatedAt(OffsetDateTime updatedAt) static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_ACCOUNT_NUMBER
- See Also:
-
SERIALIZED_NAME_BIC_SWIFT
- See Also:
-
SERIALIZED_NAME_CITY
- See Also:
-
SERIALIZED_NAME_COMPANY_NAME
- See Also:
-
SERIALIZED_NAME_COUNTRY
- See Also:
-
SERIALIZED_NAME_CREATED_AT
- See Also:
-
SERIALIZED_NAME_CURRENCY
- See Also:
-
SERIALIZED_NAME_FIRST_NAME
- See Also:
-
SERIALIZED_NAME_IBAN
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_LAST_NAME
- See Also:
-
SERIALIZED_NAME_PAYMENT_TYPES
- See Also:
-
SERIALIZED_NAME_POSTAL_CODE
- See Also:
-
SERIALIZED_NAME_ROUTING_CODE
- See Also:
-
SERIALIZED_NAME_ROUTING_CODE_TYPE
- See Also:
-
SERIALIZED_NAME_STATE_OR_PROVINCE
- See Also:
-
SERIALIZED_NAME_STREET_ADDRESS
- See Also:
-
SERIALIZED_NAME_UPDATED_AT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
FundingWalletRecipientBank
public FundingWalletRecipientBank()
-
-
Method Details
-
accountNumber
-
getAccountNumber
Bank account number.- Returns:
- accountNumber
-
setAccountNumber
-
bicSwift
-
getBicSwift
BIC/SWIFT code- Returns:
- bicSwift
-
setBicSwift
-
city
-
getCity
City- Returns:
- city
-
setCity
-
companyName
-
getCompanyName
Get companyName- Returns:
- companyName
-
setCompanyName
-
country
-
getCountry
Two-letter ISO country code.- Returns:
- country
-
setCountry
-
createdAt
-
getCreatedAt
Date the beneficiary record was created.- Returns:
- createdAt
-
setCreatedAt
-
currency
-
getCurrency
Currency in which money is held in the beneficiary's bank account. Three-digit currency code.- Returns:
- currency
-
setCurrency
-
firstName
-
getFirstName
Get firstName- Returns:
- firstName
-
setFirstName
-
iban
-
getIban
IBAN code- Returns:
- iban
-
setIban
-
id
-
getId
Get id- Returns:
- id
-
setId
-
lastName
-
getLastName
Get lastName- Returns:
- lastName
-
setLastName
-
paymentTypes
public FundingWalletRecipientBank paymentTypes(@Nullable List<FundingDetailPaymentType> paymentTypes) -
addPaymentTypesItem
-
getPaymentTypes
Get paymentTypes- Returns:
- paymentTypes
-
setPaymentTypes
-
postalCode
-
getPostalCode
Postal code- Returns:
- postalCode
-
setPostalCode
-
routingCode
-
getRoutingCode
Value for \"routing_code_type\".- Returns:
- routingCode
-
setRoutingCode
-
routingCodeType
-
getRoutingCodeType
Local payment routing system.- Returns:
- routingCodeType
-
setRoutingCodeType
-
stateOrProvince
-
getStateOrProvince
State or province.- Returns:
- stateOrProvince
-
setStateOrProvince
-
streetAddress
-
getStreetAddress
Get streetAddress- Returns:
- streetAddress
-
setStreetAddress
-
updatedAt
-
getUpdatedAt
Date the beneficiary record was last updated.- Returns:
- updatedAt
-
setUpdatedAt
-
putAdditionalProperty
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.- Parameters:
key- name of the propertyvalue- value of the property- Returns:
- the FundingWalletRecipientBank instance itself
-
getAdditionalProperties
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to FundingWalletRecipientBank
-
fromJson
Create an instance of FundingWalletRecipientBank given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of FundingWalletRecipientBank
- Throws:
IOException- if the JSON string is invalid with respect to FundingWalletRecipientBank
-
toJson
Convert an instance of FundingWalletRecipientBank to an JSON string- Returns:
- JSON string
-