Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.85 KB

File metadata and controls

160 lines (87 loc) · 4.85 KB

PFCheckEndorsementsResponse

Properties

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]

Methods

NewPFCheckEndorsementsResponse

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

NewPFCheckEndorsementsResponseWithDefaults

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

GetIntegrationID

func (o *PFCheckEndorsementsResponse) GetIntegrationID() string

GetIntegrationID returns the IntegrationID field if non-nil, zero value otherwise.

GetIntegrationIDOk

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.

SetIntegrationID

func (o *PFCheckEndorsementsResponse) SetIntegrationID(v string)

SetIntegrationID sets IntegrationID field to given value.

HasIntegrationID

func (o *PFCheckEndorsementsResponse) HasIntegrationID() bool

HasIntegrationID returns a boolean if a field has been set.

GetIsSuccess

func (o *PFCheckEndorsementsResponse) GetIsSuccess() bool

GetIsSuccess returns the IsSuccess field if non-nil, zero value otherwise.

GetIsSuccessOk

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.

SetIsSuccess

func (o *PFCheckEndorsementsResponse) SetIsSuccess(v bool)

SetIsSuccess sets IsSuccess field to given value.

HasIsSuccess

func (o *PFCheckEndorsementsResponse) HasIsSuccess() bool

HasIsSuccess returns a boolean if a field has been set.

GetIsEndorsementEligible

func (o *PFCheckEndorsementsResponse) GetIsEndorsementEligible() bool

GetIsEndorsementEligible returns the IsEndorsementEligible field if non-nil, zero value otherwise.

GetIsEndorsementEligibleOk

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.

SetIsEndorsementEligible

func (o *PFCheckEndorsementsResponse) SetIsEndorsementEligible(v bool)

SetIsEndorsementEligible sets IsEndorsementEligible field to given value.

HasIsEndorsementEligible

func (o *PFCheckEndorsementsResponse) HasIsEndorsementEligible() bool

HasIsEndorsementEligible returns a boolean if a field has been set.

GetMessage

func (o *PFCheckEndorsementsResponse) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

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.

SetMessage

func (o *PFCheckEndorsementsResponse) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *PFCheckEndorsementsResponse) HasMessage() bool

HasMessage returns a boolean if a field has been set.

GetItem

func (o *PFCheckEndorsementsResponse) GetItem() PFCheckEndorsementsResponseItem

GetItem returns the Item field if non-nil, zero value otherwise.

GetItemOk

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.

SetItem

func (o *PFCheckEndorsementsResponse) SetItem(v PFCheckEndorsementsResponseItem)

SetItem sets Item field to given value.

HasItem

func (o *PFCheckEndorsementsResponse) HasItem() bool

HasItem returns a boolean if a field has been set.

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