| Name | Type | Description | Notes |
|---|---|---|---|
| EnrollRecurringAch | Pointer to bool | [optional] | |
| BankRoutingNumber | Pointer to string | [optional] | |
| BankAcctNumber | Pointer to string | [optional] | |
| IsCheckingAccount | Pointer to bool | [optional] | |
| AchDisclosure | Pointer to string | [optional] |
func NewPFEndorsementRequestQuoteDetailsRecurringACH() *PFEndorsementRequestQuoteDetailsRecurringACH
NewPFEndorsementRequestQuoteDetailsRecurringACH instantiates a new PFEndorsementRequestQuoteDetailsRecurringACH 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 NewPFEndorsementRequestQuoteDetailsRecurringACHWithDefaults() *PFEndorsementRequestQuoteDetailsRecurringACH
NewPFEndorsementRequestQuoteDetailsRecurringACHWithDefaults instantiates a new PFEndorsementRequestQuoteDetailsRecurringACH 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 *PFEndorsementRequestQuoteDetailsRecurringACH) GetEnrollRecurringAch() bool
GetEnrollRecurringAch returns the EnrollRecurringAch field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteDetailsRecurringACH) GetEnrollRecurringAchOk() (*bool, bool)
GetEnrollRecurringAchOk returns a tuple with the EnrollRecurringAch field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFEndorsementRequestQuoteDetailsRecurringACH) SetEnrollRecurringAch(v bool)
SetEnrollRecurringAch sets EnrollRecurringAch field to given value.
func (o *PFEndorsementRequestQuoteDetailsRecurringACH) HasEnrollRecurringAch() bool
HasEnrollRecurringAch returns a boolean if a field has been set.
func (o *PFEndorsementRequestQuoteDetailsRecurringACH) GetBankRoutingNumber() string
GetBankRoutingNumber returns the BankRoutingNumber field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteDetailsRecurringACH) GetBankRoutingNumberOk() (*string, bool)
GetBankRoutingNumberOk returns a tuple with the BankRoutingNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFEndorsementRequestQuoteDetailsRecurringACH) SetBankRoutingNumber(v string)
SetBankRoutingNumber sets BankRoutingNumber field to given value.
func (o *PFEndorsementRequestQuoteDetailsRecurringACH) HasBankRoutingNumber() bool
HasBankRoutingNumber returns a boolean if a field has been set.
func (o *PFEndorsementRequestQuoteDetailsRecurringACH) GetBankAcctNumber() string
GetBankAcctNumber returns the BankAcctNumber field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteDetailsRecurringACH) GetBankAcctNumberOk() (*string, bool)
GetBankAcctNumberOk returns a tuple with the BankAcctNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFEndorsementRequestQuoteDetailsRecurringACH) SetBankAcctNumber(v string)
SetBankAcctNumber sets BankAcctNumber field to given value.
func (o *PFEndorsementRequestQuoteDetailsRecurringACH) HasBankAcctNumber() bool
HasBankAcctNumber returns a boolean if a field has been set.
func (o *PFEndorsementRequestQuoteDetailsRecurringACH) GetIsCheckingAccount() bool
GetIsCheckingAccount returns the IsCheckingAccount field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteDetailsRecurringACH) GetIsCheckingAccountOk() (*bool, bool)
GetIsCheckingAccountOk returns a tuple with the IsCheckingAccount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFEndorsementRequestQuoteDetailsRecurringACH) SetIsCheckingAccount(v bool)
SetIsCheckingAccount sets IsCheckingAccount field to given value.
func (o *PFEndorsementRequestQuoteDetailsRecurringACH) HasIsCheckingAccount() bool
HasIsCheckingAccount returns a boolean if a field has been set.
func (o *PFEndorsementRequestQuoteDetailsRecurringACH) GetAchDisclosure() string
GetAchDisclosure returns the AchDisclosure field if non-nil, zero value otherwise.
func (o *PFEndorsementRequestQuoteDetailsRecurringACH) GetAchDisclosureOk() (*string, bool)
GetAchDisclosureOk returns a tuple with the AchDisclosure field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFEndorsementRequestQuoteDetailsRecurringACH) SetAchDisclosure(v string)
SetAchDisclosure sets AchDisclosure field to given value.
func (o *PFEndorsementRequestQuoteDetailsRecurringACH) HasAchDisclosure() bool
HasAchDisclosure returns a boolean if a field has been set.