Class PostExternalBankAccountCounterpartyBankAccountBankModel
- java.lang.Object
-
- app.cybrid.cybrid_api_bank.client.model.PostExternalBankAccountCounterpartyBankAccountBankModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-24T14:35:05.657927Z[Etc/UTC]") public class PostExternalBankAccountCounterpartyBankAccountBankModel extends Object
The counterparty's name on the account.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPostExternalBankAccountCounterpartyBankAccountBankModel.RoutingNumberTypeEnumThe type of routing number.
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ACCOUNT_NUMBERstatic StringJSON_PROPERTY_ROUTING_NUMBERstatic StringJSON_PROPERTY_ROUTING_NUMBER_TYPE
-
Constructor Summary
Constructors Constructor Description PostExternalBankAccountCounterpartyBankAccountBankModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PostExternalBankAccountCounterpartyBankAccountBankModelaccountNumber(String accountNumber)booleanequals(Object o)StringgetAccountNumber()The account number.StringgetRoutingNumber()The routing number.PostExternalBankAccountCounterpartyBankAccountBankModel.RoutingNumberTypeEnumgetRoutingNumberType()The type of routing number.inthashCode()PostExternalBankAccountCounterpartyBankAccountBankModelroutingNumber(String routingNumber)PostExternalBankAccountCounterpartyBankAccountBankModelroutingNumberType(PostExternalBankAccountCounterpartyBankAccountBankModel.RoutingNumberTypeEnum routingNumberType)voidsetAccountNumber(String accountNumber)voidsetRoutingNumber(String routingNumber)voidsetRoutingNumberType(PostExternalBankAccountCounterpartyBankAccountBankModel.RoutingNumberTypeEnum routingNumberType)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ROUTING_NUMBER_TYPE
public static final String JSON_PROPERTY_ROUTING_NUMBER_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ROUTING_NUMBER
public static final String JSON_PROPERTY_ROUTING_NUMBER
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ACCOUNT_NUMBER
public static final String JSON_PROPERTY_ACCOUNT_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
routingNumberType
public PostExternalBankAccountCounterpartyBankAccountBankModel routingNumberType(PostExternalBankAccountCounterpartyBankAccountBankModel.RoutingNumberTypeEnum routingNumberType)
-
getRoutingNumberType
@Nonnull public PostExternalBankAccountCounterpartyBankAccountBankModel.RoutingNumberTypeEnum getRoutingNumberType()
The type of routing number.- Returns:
- routingNumberType
-
setRoutingNumberType
public void setRoutingNumberType(PostExternalBankAccountCounterpartyBankAccountBankModel.RoutingNumberTypeEnum routingNumberType)
-
routingNumber
public PostExternalBankAccountCounterpartyBankAccountBankModel routingNumber(String routingNumber)
-
getRoutingNumber
@Nonnull public String getRoutingNumber()
The routing number.- Returns:
- routingNumber
-
setRoutingNumber
public void setRoutingNumber(String routingNumber)
-
accountNumber
public PostExternalBankAccountCounterpartyBankAccountBankModel accountNumber(String accountNumber)
-
getAccountNumber
@Nonnull public String getAccountNumber()
The account number.- Returns:
- accountNumber
-
setAccountNumber
public void setAccountNumber(String accountNumber)
-
-