| Name | Type | Description | Notes |
|---|---|---|---|
| AccountNumber | Pointer to string | [optional] | |
| RoutingNumber | Pointer to string | [optional] |
func NewBankDetailDto() *BankDetailDto
NewBankDetailDto instantiates a new BankDetailDto 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 NewBankDetailDtoWithDefaults() *BankDetailDto
NewBankDetailDtoWithDefaults instantiates a new BankDetailDto 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 *BankDetailDto) GetAccountNumber() string
GetAccountNumber returns the AccountNumber field if non-nil, zero value otherwise.
func (o *BankDetailDto) 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 *BankDetailDto) SetAccountNumber(v string)
SetAccountNumber sets AccountNumber field to given value.
func (o *BankDetailDto) HasAccountNumber() bool
HasAccountNumber returns a boolean if a field has been set.
func (o *BankDetailDto) GetRoutingNumber() string
GetRoutingNumber returns the RoutingNumber field if non-nil, zero value otherwise.
func (o *BankDetailDto) 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 *BankDetailDto) SetRoutingNumber(v string)
SetRoutingNumber sets RoutingNumber field to given value.
func (o *BankDetailDto) HasRoutingNumber() bool
HasRoutingNumber returns a boolean if a field has been set.