Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.46 KB

File metadata and controls

108 lines (59 loc) · 3.46 KB

PFEndorsementResponseItem

Properties

Name Type Description Notes
SaveStatus Pointer to string [optional]
Quote Pointer to PFEndorsementResponseItemQuote [optional]
PaymentIntent Pointer to PFEndorsementResponseItemPaymentIntent [optional]

Methods

NewPFEndorsementResponseItem

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

NewPFEndorsementResponseItemWithDefaults

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

GetSaveStatus

func (o *PFEndorsementResponseItem) GetSaveStatus() string

GetSaveStatus returns the SaveStatus field if non-nil, zero value otherwise.

GetSaveStatusOk

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.

SetSaveStatus

func (o *PFEndorsementResponseItem) SetSaveStatus(v string)

SetSaveStatus sets SaveStatus field to given value.

HasSaveStatus

func (o *PFEndorsementResponseItem) HasSaveStatus() bool

HasSaveStatus returns a boolean if a field has been set.

GetQuote

func (o *PFEndorsementResponseItem) GetQuote() PFEndorsementResponseItemQuote

GetQuote returns the Quote field if non-nil, zero value otherwise.

GetQuoteOk

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.

SetQuote

func (o *PFEndorsementResponseItem) SetQuote(v PFEndorsementResponseItemQuote)

SetQuote sets Quote field to given value.

HasQuote

func (o *PFEndorsementResponseItem) HasQuote() bool

HasQuote returns a boolean if a field has been set.

GetPaymentIntent

func (o *PFEndorsementResponseItem) GetPaymentIntent() PFEndorsementResponseItemPaymentIntent

GetPaymentIntent returns the PaymentIntent field if non-nil, zero value otherwise.

GetPaymentIntentOk

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.

SetPaymentIntent

func (o *PFEndorsementResponseItem) SetPaymentIntent(v PFEndorsementResponseItemPaymentIntent)

SetPaymentIntent sets PaymentIntent field to given value.

HasPaymentIntent

func (o *PFEndorsementResponseItem) HasPaymentIntent() bool

HasPaymentIntent returns a boolean if a field has been set.

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