| Name | Type | Description | Notes |
|---|---|---|---|
| SaveStatus | Pointer to string | [optional] | |
| Quote | Pointer to PFEndorsementResponseItemQuote | [optional] | |
| PaymentIntent | Pointer to PFEndorsementResponseItemPaymentIntent | [optional] |
func NewPFEndorsementResponseItem() *PFEndorsementResponseItem
NewPFEndorsementResponseItem instantiates a new PFEndorsementResponseItem 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 NewPFEndorsementResponseItemWithDefaults() *PFEndorsementResponseItem
NewPFEndorsementResponseItemWithDefaults instantiates a new PFEndorsementResponseItem 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 *PFEndorsementResponseItem) GetSaveStatus() string
GetSaveStatus returns the SaveStatus field if non-nil, zero value otherwise.
func (o *PFEndorsementResponseItem) GetSaveStatusOk() (*string, bool)
GetSaveStatusOk returns a tuple with the SaveStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFEndorsementResponseItem) SetSaveStatus(v string)
SetSaveStatus sets SaveStatus field to given value.
func (o *PFEndorsementResponseItem) HasSaveStatus() bool
HasSaveStatus returns a boolean if a field has been set.
func (o *PFEndorsementResponseItem) GetQuote() PFEndorsementResponseItemQuote
GetQuote returns the Quote field if non-nil, zero value otherwise.
func (o *PFEndorsementResponseItem) GetQuoteOk() (*PFEndorsementResponseItemQuote, bool)
GetQuoteOk returns a tuple with the Quote field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFEndorsementResponseItem) SetQuote(v PFEndorsementResponseItemQuote)
SetQuote sets Quote field to given value.
func (o *PFEndorsementResponseItem) HasQuote() bool
HasQuote returns a boolean if a field has been set.
func (o *PFEndorsementResponseItem) GetPaymentIntent() PFEndorsementResponseItemPaymentIntent
GetPaymentIntent returns the PaymentIntent field if non-nil, zero value otherwise.
func (o *PFEndorsementResponseItem) GetPaymentIntentOk() (*PFEndorsementResponseItemPaymentIntent, bool)
GetPaymentIntentOk returns a tuple with the PaymentIntent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFEndorsementResponseItem) SetPaymentIntent(v PFEndorsementResponseItemPaymentIntent)
SetPaymentIntent sets PaymentIntent field to given value.
func (o *PFEndorsementResponseItem) HasPaymentIntent() bool
HasPaymentIntent returns a boolean if a field has been set.