| Name | Type | Description | Notes |
|---|---|---|---|
| AccountNumber | string | ||
| RoutingNumber | string | ||
| AccountHolderName | string | ||
| StatementDisplayName | Pointer to string | [optional] | |
| BankAccountEntity | Pointer to VerifyBankAccountRequestBankAccountEntity | [optional] |
func NewVerifyBankAccountRequest(accountNumber string, routingNumber string, accountHolderName string, ) *VerifyBankAccountRequest
NewVerifyBankAccountRequest instantiates a new VerifyBankAccountRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewVerifyBankAccountRequestWithDefaults() *VerifyBankAccountRequest
NewVerifyBankAccountRequestWithDefaults instantiates a new VerifyBankAccountRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *VerifyBankAccountRequest) GetAccountNumber() string
GetAccountNumber returns the AccountNumber field if non-nil, zero value otherwise.
func (o *VerifyBankAccountRequest) GetAccountNumberOk() (*string, bool)
GetAccountNumberOk returns a tuple with the AccountNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerifyBankAccountRequest) SetAccountNumber(v string)
SetAccountNumber sets AccountNumber field to given value.
func (o *VerifyBankAccountRequest) GetRoutingNumber() string
GetRoutingNumber returns the RoutingNumber field if non-nil, zero value otherwise.
func (o *VerifyBankAccountRequest) GetRoutingNumberOk() (*string, bool)
GetRoutingNumberOk returns a tuple with the RoutingNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerifyBankAccountRequest) SetRoutingNumber(v string)
SetRoutingNumber sets RoutingNumber field to given value.
func (o *VerifyBankAccountRequest) GetAccountHolderName() string
GetAccountHolderName returns the AccountHolderName field if non-nil, zero value otherwise.
func (o *VerifyBankAccountRequest) GetAccountHolderNameOk() (*string, bool)
GetAccountHolderNameOk returns a tuple with the AccountHolderName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerifyBankAccountRequest) SetAccountHolderName(v string)
SetAccountHolderName sets AccountHolderName field to given value.
func (o *VerifyBankAccountRequest) GetStatementDisplayName() string
GetStatementDisplayName returns the StatementDisplayName field if non-nil, zero value otherwise.
func (o *VerifyBankAccountRequest) GetStatementDisplayNameOk() (*string, bool)
GetStatementDisplayNameOk returns a tuple with the StatementDisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerifyBankAccountRequest) SetStatementDisplayName(v string)
SetStatementDisplayName sets StatementDisplayName field to given value.
func (o *VerifyBankAccountRequest) HasStatementDisplayName() bool
HasStatementDisplayName returns a boolean if a field has been set.
func (o *VerifyBankAccountRequest) GetBankAccountEntity() VerifyBankAccountRequestBankAccountEntity
GetBankAccountEntity returns the BankAccountEntity field if non-nil, zero value otherwise.
func (o *VerifyBankAccountRequest) GetBankAccountEntityOk() (*VerifyBankAccountRequestBankAccountEntity, bool)
GetBankAccountEntityOk returns a tuple with the BankAccountEntity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerifyBankAccountRequest) SetBankAccountEntity(v VerifyBankAccountRequestBankAccountEntity)
SetBankAccountEntity sets BankAccountEntity field to given value.
func (o *VerifyBankAccountRequest) HasBankAccountEntity() bool
HasBankAccountEntity returns a boolean if a field has been set.