Class CreateFundingWalletRecipientBankRequest
java.lang.Object
markets.alpaca.client.openapi.broker.model.CreateFundingWalletRecipientBankRequest
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class CreateFundingWalletRecipientBankRequest
extends Object
implements Serializable
CreateFundingWalletRecipientBankRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumBank account type.static classstatic enumLocal payment routing system. -
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 String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccountNumber(String accountNumber) bankAccountHolderName(String bankAccountHolderName) bankCountry(String bankCountry) booleanCreate an instance of CreateFundingWalletRecipientBankRequest given an JSON stringBank account number.Bank account type.Return the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Bank account holder's name.Two-letter code for the country in which the beneficiary's bank account is held.Get bankNameBIC/SWIFT codegetCity()CityCurrency in which money is held in the beneficiary's bank account.getIban()IBAN codePostal codeRouting code for routing_code_type.Local payment routing system.State or province.First line of address.inthashCode()postalCode(String postalCode) putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.routingCode(String routingCode) voidsetAccountNumber(String accountNumber) voidvoidsetBankAccountHolderName(String bankAccountHolderName) voidsetBankCountry(String bankCountry) voidsetBankName(String bankName) voidsetBicSwift(String bicSwift) voidvoidsetCurrency(String currency) voidvoidsetPostalCode(String postalCode) voidsetRoutingCode(String routingCode) voidvoidsetStateOrProvince(String stateOrProvince) voidsetStreetAddress(String streetAddress) stateOrProvince(String stateOrProvince) streetAddress(String streetAddress) toJson()Convert an instance of CreateFundingWalletRecipientBankRequest to an JSON stringtoString()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_ACCOUNT_TYPE
- See Also:
-
SERIALIZED_NAME_BANK_ACCOUNT_HOLDER_NAME
- See Also:
-
SERIALIZED_NAME_BANK_COUNTRY
- See Also:
-
SERIALIZED_NAME_BANK_NAME
- See Also:
-
SERIALIZED_NAME_BIC_SWIFT
- See Also:
-
SERIALIZED_NAME_CITY
- See Also:
-
SERIALIZED_NAME_CURRENCY
- See Also:
-
SERIALIZED_NAME_IBAN
- 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:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
CreateFundingWalletRecipientBankRequest
public CreateFundingWalletRecipientBankRequest()
-
-
Method Details
-
accountNumber
-
getAccountNumber
Bank account number.- Returns:
- accountNumber
-
setAccountNumber
-
accountType
public CreateFundingWalletRecipientBankRequest accountType(@Nullable CreateFundingWalletRecipientBankRequest.AccountTypeEnum accountType) -
getAccountType
Bank account type.- Returns:
- accountType
-
setAccountType
public void setAccountType(@Nullable CreateFundingWalletRecipientBankRequest.AccountTypeEnum accountType) -
bankAccountHolderName
public CreateFundingWalletRecipientBankRequest bankAccountHolderName(@Nullable String bankAccountHolderName) -
getBankAccountHolderName
Bank account holder's name.- Returns:
- bankAccountHolderName
-
setBankAccountHolderName
-
bankCountry
-
getBankCountry
Two-letter code for the country in which the beneficiary's bank account is held.- Returns:
- bankCountry
-
setBankCountry
-
bankName
-
getBankName
Get bankName- Returns:
- bankName
-
setBankName
-
bicSwift
-
getBicSwift
BIC/SWIFT code- Returns:
- bicSwift
-
setBicSwift
-
city
-
getCity
City- Returns:
- city
-
setCity
-
currency
-
getCurrency
Currency in which money is held in the beneficiary's bank account. ISO-3 currency code.- Returns:
- currency
-
setCurrency
-
iban
-
getIban
IBAN code- Returns:
- iban
-
setIban
-
postalCode
-
getPostalCode
Postal code- Returns:
- postalCode
-
setPostalCode
-
routingCode
-
getRoutingCode
Routing code for routing_code_type. If supplied, routing_code_type should also be supplied.- Returns:
- routingCode
-
setRoutingCode
-
routingCodeType
public CreateFundingWalletRecipientBankRequest routingCodeType(@Nullable CreateFundingWalletRecipientBankRequest.RoutingCodeTypeEnum routingCodeType) -
getRoutingCodeType
Local payment routing system. If supplied, routing_code should also be supplied.- Returns:
- routingCodeType
-
setRoutingCodeType
public void setRoutingCodeType(@Nullable CreateFundingWalletRecipientBankRequest.RoutingCodeTypeEnum routingCodeType) -
stateOrProvince
-
getStateOrProvince
State or province.- Returns:
- stateOrProvince
-
setStateOrProvince
-
streetAddress
-
getStreetAddress
First line of address.- Returns:
- streetAddress
-
setStreetAddress
-
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 CreateFundingWalletRecipientBankRequest 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 CreateFundingWalletRecipientBankRequest
-
fromJson
public static CreateFundingWalletRecipientBankRequest fromJson(String jsonString) throws IOException Create an instance of CreateFundingWalletRecipientBankRequest given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of CreateFundingWalletRecipientBankRequest
- Throws:
IOException- if the JSON string is invalid with respect to CreateFundingWalletRecipientBankRequest
-
toJson
Convert an instance of CreateFundingWalletRecipientBankRequest to an JSON string- Returns:
- JSON string
-