| Name | Type | Description | Notes |
|---|---|---|---|
| AccountNumber | string | This denotes the loan account number. | |
| QuoteKey | Pointer to string | This denotes the quoteKey. | [optional] |
| IsCommercial | Pointer to bool | This denotes the flag which identifies if the agreement is commercial LOB or Personal LOB. | [optional] |
func NewPFCheckEndorsementsRequest(accountNumber string, ) *PFCheckEndorsementsRequest
NewPFCheckEndorsementsRequest instantiates a new PFCheckEndorsementsRequest 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 NewPFCheckEndorsementsRequestWithDefaults() *PFCheckEndorsementsRequest
NewPFCheckEndorsementsRequestWithDefaults instantiates a new PFCheckEndorsementsRequest 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 *PFCheckEndorsementsRequest) GetAccountNumber() string
GetAccountNumber returns the AccountNumber field if non-nil, zero value otherwise.
func (o *PFCheckEndorsementsRequest) 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 *PFCheckEndorsementsRequest) SetAccountNumber(v string)
SetAccountNumber sets AccountNumber field to given value.
func (o *PFCheckEndorsementsRequest) GetQuoteKey() string
GetQuoteKey returns the QuoteKey field if non-nil, zero value otherwise.
func (o *PFCheckEndorsementsRequest) GetQuoteKeyOk() (*string, bool)
GetQuoteKeyOk returns a tuple with the QuoteKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFCheckEndorsementsRequest) SetQuoteKey(v string)
SetQuoteKey sets QuoteKey field to given value.
func (o *PFCheckEndorsementsRequest) HasQuoteKey() bool
HasQuoteKey returns a boolean if a field has been set.
func (o *PFCheckEndorsementsRequest) GetIsCommercial() bool
GetIsCommercial returns the IsCommercial field if non-nil, zero value otherwise.
func (o *PFCheckEndorsementsRequest) GetIsCommercialOk() (*bool, bool)
GetIsCommercialOk returns a tuple with the IsCommercial field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFCheckEndorsementsRequest) SetIsCommercial(v bool)
SetIsCommercial sets IsCommercial field to given value.
func (o *PFCheckEndorsementsRequest) HasIsCommercial() bool
HasIsCommercial returns a boolean if a field has been set.