Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 5.62 KB

File metadata and controls

160 lines (87 loc) · 5.62 KB

PFEndorsementRequestQuoteDetailsRecurringACH

Properties

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]

Methods

NewPFEndorsementRequestQuoteDetailsRecurringACH

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

NewPFEndorsementRequestQuoteDetailsRecurringACHWithDefaults

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

GetEnrollRecurringAch

func (o *PFEndorsementRequestQuoteDetailsRecurringACH) GetEnrollRecurringAch() bool

GetEnrollRecurringAch returns the EnrollRecurringAch field if non-nil, zero value otherwise.

GetEnrollRecurringAchOk

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.

SetEnrollRecurringAch

func (o *PFEndorsementRequestQuoteDetailsRecurringACH) SetEnrollRecurringAch(v bool)

SetEnrollRecurringAch sets EnrollRecurringAch field to given value.

HasEnrollRecurringAch

func (o *PFEndorsementRequestQuoteDetailsRecurringACH) HasEnrollRecurringAch() bool

HasEnrollRecurringAch returns a boolean if a field has been set.

GetBankRoutingNumber

func (o *PFEndorsementRequestQuoteDetailsRecurringACH) GetBankRoutingNumber() string

GetBankRoutingNumber returns the BankRoutingNumber field if non-nil, zero value otherwise.

GetBankRoutingNumberOk

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.

SetBankRoutingNumber

func (o *PFEndorsementRequestQuoteDetailsRecurringACH) SetBankRoutingNumber(v string)

SetBankRoutingNumber sets BankRoutingNumber field to given value.

HasBankRoutingNumber

func (o *PFEndorsementRequestQuoteDetailsRecurringACH) HasBankRoutingNumber() bool

HasBankRoutingNumber returns a boolean if a field has been set.

GetBankAcctNumber

func (o *PFEndorsementRequestQuoteDetailsRecurringACH) GetBankAcctNumber() string

GetBankAcctNumber returns the BankAcctNumber field if non-nil, zero value otherwise.

GetBankAcctNumberOk

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.

SetBankAcctNumber

func (o *PFEndorsementRequestQuoteDetailsRecurringACH) SetBankAcctNumber(v string)

SetBankAcctNumber sets BankAcctNumber field to given value.

HasBankAcctNumber

func (o *PFEndorsementRequestQuoteDetailsRecurringACH) HasBankAcctNumber() bool

HasBankAcctNumber returns a boolean if a field has been set.

GetIsCheckingAccount

func (o *PFEndorsementRequestQuoteDetailsRecurringACH) GetIsCheckingAccount() bool

GetIsCheckingAccount returns the IsCheckingAccount field if non-nil, zero value otherwise.

GetIsCheckingAccountOk

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.

SetIsCheckingAccount

func (o *PFEndorsementRequestQuoteDetailsRecurringACH) SetIsCheckingAccount(v bool)

SetIsCheckingAccount sets IsCheckingAccount field to given value.

HasIsCheckingAccount

func (o *PFEndorsementRequestQuoteDetailsRecurringACH) HasIsCheckingAccount() bool

HasIsCheckingAccount returns a boolean if a field has been set.

GetAchDisclosure

func (o *PFEndorsementRequestQuoteDetailsRecurringACH) GetAchDisclosure() string

GetAchDisclosure returns the AchDisclosure field if non-nil, zero value otherwise.

GetAchDisclosureOk

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.

SetAchDisclosure

func (o *PFEndorsementRequestQuoteDetailsRecurringACH) SetAchDisclosure(v string)

SetAchDisclosure sets AchDisclosure field to given value.

HasAchDisclosure

func (o *PFEndorsementRequestQuoteDetailsRecurringACH) HasAchDisclosure() bool

HasAchDisclosure returns a boolean if a field has been set.

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