| Name | Type | Description | Notes |
|---|---|---|---|
| IntegrationID | Pointer to string | [optional] | |
| IsSuccess | Pointer to bool | [optional] | |
| IsEndorsementEligible | Pointer to bool | [optional] | |
| Message | Pointer to string | [optional] | |
| Item | Pointer to PFCheckEndorsementsResponseItem | [optional] |
func NewPFCheckEndorsementsResponse() *PFCheckEndorsementsResponse
NewPFCheckEndorsementsResponse instantiates a new PFCheckEndorsementsResponse 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 NewPFCheckEndorsementsResponseWithDefaults() *PFCheckEndorsementsResponse
NewPFCheckEndorsementsResponseWithDefaults instantiates a new PFCheckEndorsementsResponse 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 *PFCheckEndorsementsResponse) GetIntegrationID() string
GetIntegrationID returns the IntegrationID field if non-nil, zero value otherwise.
func (o *PFCheckEndorsementsResponse) GetIntegrationIDOk() (*string, bool)
GetIntegrationIDOk returns a tuple with the IntegrationID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFCheckEndorsementsResponse) SetIntegrationID(v string)
SetIntegrationID sets IntegrationID field to given value.
func (o *PFCheckEndorsementsResponse) HasIntegrationID() bool
HasIntegrationID returns a boolean if a field has been set.
func (o *PFCheckEndorsementsResponse) GetIsSuccess() bool
GetIsSuccess returns the IsSuccess field if non-nil, zero value otherwise.
func (o *PFCheckEndorsementsResponse) GetIsSuccessOk() (*bool, bool)
GetIsSuccessOk returns a tuple with the IsSuccess field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFCheckEndorsementsResponse) SetIsSuccess(v bool)
SetIsSuccess sets IsSuccess field to given value.
func (o *PFCheckEndorsementsResponse) HasIsSuccess() bool
HasIsSuccess returns a boolean if a field has been set.
func (o *PFCheckEndorsementsResponse) GetIsEndorsementEligible() bool
GetIsEndorsementEligible returns the IsEndorsementEligible field if non-nil, zero value otherwise.
func (o *PFCheckEndorsementsResponse) GetIsEndorsementEligibleOk() (*bool, bool)
GetIsEndorsementEligibleOk returns a tuple with the IsEndorsementEligible field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFCheckEndorsementsResponse) SetIsEndorsementEligible(v bool)
SetIsEndorsementEligible sets IsEndorsementEligible field to given value.
func (o *PFCheckEndorsementsResponse) HasIsEndorsementEligible() bool
HasIsEndorsementEligible returns a boolean if a field has been set.
func (o *PFCheckEndorsementsResponse) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *PFCheckEndorsementsResponse) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFCheckEndorsementsResponse) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *PFCheckEndorsementsResponse) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *PFCheckEndorsementsResponse) GetItem() PFCheckEndorsementsResponseItem
GetItem returns the Item field if non-nil, zero value otherwise.
func (o *PFCheckEndorsementsResponse) GetItemOk() (*PFCheckEndorsementsResponseItem, bool)
GetItemOk returns a tuple with the Item field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFCheckEndorsementsResponse) SetItem(v PFCheckEndorsementsResponseItem)
SetItem sets Item field to given value.
func (o *PFCheckEndorsementsResponse) HasItem() bool
HasItem returns a boolean if a field has been set.