Skip to content

Latest commit

 

History

History
145 lines (78 loc) · 4.8 KB

File metadata and controls

145 lines (78 loc) · 4.8 KB

VerifyBankAccountRequest

Properties

Name Type Description Notes
AccountNumber string
RoutingNumber string
AccountHolderName string
StatementDisplayName Pointer to string [optional]
BankAccountEntity Pointer to VerifyBankAccountRequestBankAccountEntity [optional]

Methods

NewVerifyBankAccountRequest

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

NewVerifyBankAccountRequestWithDefaults

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

GetAccountNumber

func (o *VerifyBankAccountRequest) GetAccountNumber() string

GetAccountNumber returns the AccountNumber field if non-nil, zero value otherwise.

GetAccountNumberOk

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.

SetAccountNumber

func (o *VerifyBankAccountRequest) SetAccountNumber(v string)

SetAccountNumber sets AccountNumber field to given value.

GetRoutingNumber

func (o *VerifyBankAccountRequest) GetRoutingNumber() string

GetRoutingNumber returns the RoutingNumber field if non-nil, zero value otherwise.

GetRoutingNumberOk

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.

SetRoutingNumber

func (o *VerifyBankAccountRequest) SetRoutingNumber(v string)

SetRoutingNumber sets RoutingNumber field to given value.

GetAccountHolderName

func (o *VerifyBankAccountRequest) GetAccountHolderName() string

GetAccountHolderName returns the AccountHolderName field if non-nil, zero value otherwise.

GetAccountHolderNameOk

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.

SetAccountHolderName

func (o *VerifyBankAccountRequest) SetAccountHolderName(v string)

SetAccountHolderName sets AccountHolderName field to given value.

GetStatementDisplayName

func (o *VerifyBankAccountRequest) GetStatementDisplayName() string

GetStatementDisplayName returns the StatementDisplayName field if non-nil, zero value otherwise.

GetStatementDisplayNameOk

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.

SetStatementDisplayName

func (o *VerifyBankAccountRequest) SetStatementDisplayName(v string)

SetStatementDisplayName sets StatementDisplayName field to given value.

HasStatementDisplayName

func (o *VerifyBankAccountRequest) HasStatementDisplayName() bool

HasStatementDisplayName returns a boolean if a field has been set.

GetBankAccountEntity

func (o *VerifyBankAccountRequest) GetBankAccountEntity() VerifyBankAccountRequestBankAccountEntity

GetBankAccountEntity returns the BankAccountEntity field if non-nil, zero value otherwise.

GetBankAccountEntityOk

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.

SetBankAccountEntity

func (o *VerifyBankAccountRequest) SetBankAccountEntity(v VerifyBankAccountRequestBankAccountEntity)

SetBankAccountEntity sets BankAccountEntity field to given value.

HasBankAccountEntity

func (o *VerifyBankAccountRequest) HasBankAccountEntity() bool

HasBankAccountEntity returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]