Skip to content

Latest commit

 

History

History
103 lines (56 loc) · 3.26 KB

File metadata and controls

103 lines (56 loc) · 3.26 KB

PFCheckEndorsementsRequest

Properties

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]

Methods

NewPFCheckEndorsementsRequest

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

NewPFCheckEndorsementsRequestWithDefaults

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

GetAccountNumber

func (o *PFCheckEndorsementsRequest) GetAccountNumber() string

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

GetAccountNumberOk

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.

SetAccountNumber

func (o *PFCheckEndorsementsRequest) SetAccountNumber(v string)

SetAccountNumber sets AccountNumber field to given value.

GetQuoteKey

func (o *PFCheckEndorsementsRequest) GetQuoteKey() string

GetQuoteKey returns the QuoteKey field if non-nil, zero value otherwise.

GetQuoteKeyOk

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.

SetQuoteKey

func (o *PFCheckEndorsementsRequest) SetQuoteKey(v string)

SetQuoteKey sets QuoteKey field to given value.

HasQuoteKey

func (o *PFCheckEndorsementsRequest) HasQuoteKey() bool

HasQuoteKey returns a boolean if a field has been set.

GetIsCommercial

func (o *PFCheckEndorsementsRequest) GetIsCommercial() bool

GetIsCommercial returns the IsCommercial field if non-nil, zero value otherwise.

GetIsCommercialOk

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.

SetIsCommercial

func (o *PFCheckEndorsementsRequest) SetIsCommercial(v bool)

SetIsCommercial sets IsCommercial field to given value.

HasIsCommercial

func (o *PFCheckEndorsementsRequest) HasIsCommercial() bool

HasIsCommercial returns a boolean if a field has been set.

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