Skip to content

Latest commit

 

History

History
368 lines (199 loc) · 11 KB

File metadata and controls

368 lines (199 loc) · 11 KB

SecureTokenLinkByIdResponse

Properties

Name Type Description Notes
TokenLinkId Pointer to string [optional]
Title Pointer to string [optional]
TokenLink Pointer to string [optional]
ExpireOn Pointer to string [optional]
CreatedOn Pointer to string [optional]
ModifiedOn Pointer to string [optional]
CreatedBy Pointer to string [optional]
ModifiedBy Pointer to string [optional]
TokenLinkStatus Pointer to string [optional]
AccountToken Pointer to SecureTokenLinkByIdResponseAccountToken [optional]
Intent Pointer to PFEndorsementResponseItemPaymentIntentIntent [optional]
Customers Pointer to []SecureTokenLinkResponseCustomersInner [optional]
TimeLine Pointer to []SecureTokenLinkByIdResponseTimeLineInner [optional]

Methods

NewSecureTokenLinkByIdResponse

func NewSecureTokenLinkByIdResponse() *SecureTokenLinkByIdResponse

NewSecureTokenLinkByIdResponse instantiates a new SecureTokenLinkByIdResponse 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

NewSecureTokenLinkByIdResponseWithDefaults

func NewSecureTokenLinkByIdResponseWithDefaults() *SecureTokenLinkByIdResponse

NewSecureTokenLinkByIdResponseWithDefaults instantiates a new SecureTokenLinkByIdResponse 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

GetTokenLinkId

func (o *SecureTokenLinkByIdResponse) GetTokenLinkId() string

GetTokenLinkId returns the TokenLinkId field if non-nil, zero value otherwise.

GetTokenLinkIdOk

func (o *SecureTokenLinkByIdResponse) GetTokenLinkIdOk() (*string, bool)

GetTokenLinkIdOk returns a tuple with the TokenLinkId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTokenLinkId

func (o *SecureTokenLinkByIdResponse) SetTokenLinkId(v string)

SetTokenLinkId sets TokenLinkId field to given value.

HasTokenLinkId

func (o *SecureTokenLinkByIdResponse) HasTokenLinkId() bool

HasTokenLinkId returns a boolean if a field has been set.

GetTitle

func (o *SecureTokenLinkByIdResponse) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

func (o *SecureTokenLinkByIdResponse) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTitle

func (o *SecureTokenLinkByIdResponse) SetTitle(v string)

SetTitle sets Title field to given value.

HasTitle

func (o *SecureTokenLinkByIdResponse) HasTitle() bool

HasTitle returns a boolean if a field has been set.

GetTokenLink

func (o *SecureTokenLinkByIdResponse) GetTokenLink() string

GetTokenLink returns the TokenLink field if non-nil, zero value otherwise.

GetTokenLinkOk

func (o *SecureTokenLinkByIdResponse) GetTokenLinkOk() (*string, bool)

GetTokenLinkOk returns a tuple with the TokenLink field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTokenLink

func (o *SecureTokenLinkByIdResponse) SetTokenLink(v string)

SetTokenLink sets TokenLink field to given value.

HasTokenLink

func (o *SecureTokenLinkByIdResponse) HasTokenLink() bool

HasTokenLink returns a boolean if a field has been set.

GetExpireOn

func (o *SecureTokenLinkByIdResponse) GetExpireOn() string

GetExpireOn returns the ExpireOn field if non-nil, zero value otherwise.

GetExpireOnOk

func (o *SecureTokenLinkByIdResponse) GetExpireOnOk() (*string, bool)

GetExpireOnOk returns a tuple with the ExpireOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetExpireOn

func (o *SecureTokenLinkByIdResponse) SetExpireOn(v string)

SetExpireOn sets ExpireOn field to given value.

HasExpireOn

func (o *SecureTokenLinkByIdResponse) HasExpireOn() bool

HasExpireOn returns a boolean if a field has been set.

GetCreatedOn

func (o *SecureTokenLinkByIdResponse) GetCreatedOn() string

GetCreatedOn returns the CreatedOn field if non-nil, zero value otherwise.

GetCreatedOnOk

func (o *SecureTokenLinkByIdResponse) GetCreatedOnOk() (*string, bool)

GetCreatedOnOk returns a tuple with the CreatedOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCreatedOn

func (o *SecureTokenLinkByIdResponse) SetCreatedOn(v string)

SetCreatedOn sets CreatedOn field to given value.

HasCreatedOn

func (o *SecureTokenLinkByIdResponse) HasCreatedOn() bool

HasCreatedOn returns a boolean if a field has been set.

GetModifiedOn

func (o *SecureTokenLinkByIdResponse) GetModifiedOn() string

GetModifiedOn returns the ModifiedOn field if non-nil, zero value otherwise.

GetModifiedOnOk

func (o *SecureTokenLinkByIdResponse) GetModifiedOnOk() (*string, bool)

GetModifiedOnOk returns a tuple with the ModifiedOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetModifiedOn

func (o *SecureTokenLinkByIdResponse) SetModifiedOn(v string)

SetModifiedOn sets ModifiedOn field to given value.

HasModifiedOn

func (o *SecureTokenLinkByIdResponse) HasModifiedOn() bool

HasModifiedOn returns a boolean if a field has been set.

GetCreatedBy

func (o *SecureTokenLinkByIdResponse) GetCreatedBy() string

GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.

GetCreatedByOk

func (o *SecureTokenLinkByIdResponse) GetCreatedByOk() (*string, bool)

GetCreatedByOk returns a tuple with the CreatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCreatedBy

func (o *SecureTokenLinkByIdResponse) SetCreatedBy(v string)

SetCreatedBy sets CreatedBy field to given value.

HasCreatedBy

func (o *SecureTokenLinkByIdResponse) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

GetModifiedBy

func (o *SecureTokenLinkByIdResponse) GetModifiedBy() string

GetModifiedBy returns the ModifiedBy field if non-nil, zero value otherwise.

GetModifiedByOk

func (o *SecureTokenLinkByIdResponse) GetModifiedByOk() (*string, bool)

GetModifiedByOk returns a tuple with the ModifiedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetModifiedBy

func (o *SecureTokenLinkByIdResponse) SetModifiedBy(v string)

SetModifiedBy sets ModifiedBy field to given value.

HasModifiedBy

func (o *SecureTokenLinkByIdResponse) HasModifiedBy() bool

HasModifiedBy returns a boolean if a field has been set.

GetTokenLinkStatus

func (o *SecureTokenLinkByIdResponse) GetTokenLinkStatus() string

GetTokenLinkStatus returns the TokenLinkStatus field if non-nil, zero value otherwise.

GetTokenLinkStatusOk

func (o *SecureTokenLinkByIdResponse) GetTokenLinkStatusOk() (*string, bool)

GetTokenLinkStatusOk returns a tuple with the TokenLinkStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTokenLinkStatus

func (o *SecureTokenLinkByIdResponse) SetTokenLinkStatus(v string)

SetTokenLinkStatus sets TokenLinkStatus field to given value.

HasTokenLinkStatus

func (o *SecureTokenLinkByIdResponse) HasTokenLinkStatus() bool

HasTokenLinkStatus returns a boolean if a field has been set.

GetAccountToken

func (o *SecureTokenLinkByIdResponse) GetAccountToken() SecureTokenLinkByIdResponseAccountToken

GetAccountToken returns the AccountToken field if non-nil, zero value otherwise.

GetAccountTokenOk

func (o *SecureTokenLinkByIdResponse) GetAccountTokenOk() (*SecureTokenLinkByIdResponseAccountToken, bool)

GetAccountTokenOk returns a tuple with the AccountToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAccountToken

func (o *SecureTokenLinkByIdResponse) SetAccountToken(v SecureTokenLinkByIdResponseAccountToken)

SetAccountToken sets AccountToken field to given value.

HasAccountToken

func (o *SecureTokenLinkByIdResponse) HasAccountToken() bool

HasAccountToken returns a boolean if a field has been set.

GetIntent

func (o *SecureTokenLinkByIdResponse) GetIntent() PFEndorsementResponseItemPaymentIntentIntent

GetIntent returns the Intent field if non-nil, zero value otherwise.

GetIntentOk

func (o *SecureTokenLinkByIdResponse) GetIntentOk() (*PFEndorsementResponseItemPaymentIntentIntent, bool)

GetIntentOk returns a tuple with the Intent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIntent

func (o *SecureTokenLinkByIdResponse) SetIntent(v PFEndorsementResponseItemPaymentIntentIntent)

SetIntent sets Intent field to given value.

HasIntent

func (o *SecureTokenLinkByIdResponse) HasIntent() bool

HasIntent returns a boolean if a field has been set.

GetCustomers

func (o *SecureTokenLinkByIdResponse) GetCustomers() []SecureTokenLinkResponseCustomersInner

GetCustomers returns the Customers field if non-nil, zero value otherwise.

GetCustomersOk

func (o *SecureTokenLinkByIdResponse) GetCustomersOk() (*[]SecureTokenLinkResponseCustomersInner, bool)

GetCustomersOk returns a tuple with the Customers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCustomers

func (o *SecureTokenLinkByIdResponse) SetCustomers(v []SecureTokenLinkResponseCustomersInner)

SetCustomers sets Customers field to given value.

HasCustomers

func (o *SecureTokenLinkByIdResponse) HasCustomers() bool

HasCustomers returns a boolean if a field has been set.

GetTimeLine

func (o *SecureTokenLinkByIdResponse) GetTimeLine() []SecureTokenLinkByIdResponseTimeLineInner

GetTimeLine returns the TimeLine field if non-nil, zero value otherwise.

GetTimeLineOk

func (o *SecureTokenLinkByIdResponse) GetTimeLineOk() (*[]SecureTokenLinkByIdResponseTimeLineInner, bool)

GetTimeLineOk returns a tuple with the TimeLine field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTimeLine

func (o *SecureTokenLinkByIdResponse) SetTimeLine(v []SecureTokenLinkByIdResponseTimeLineInner)

SetTimeLine sets TimeLine field to given value.

HasTimeLine

func (o *SecureTokenLinkByIdResponse) HasTimeLine() bool

HasTimeLine returns a boolean if a field has been set.

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