Skip to content

Latest commit

 

History

History
238 lines (129 loc) · 7.75 KB

File metadata and controls

238 lines (129 loc) · 7.75 KB

PFLitePaymentLinkRequestCallbackParameters

Properties

Name Type Description Notes
CallbackApiUrl Pointer to string [optional]
CallbackMessage Pointer to string [optional]
AccessKey Pointer to string [optional]
SecretKey Pointer to string [optional]
ReferenceNo Pointer to string [optional]
ReferenceType Pointer to string [optional]
TransactionId Pointer to string [optional]
RedirectionTime Pointer to int32 [optional]

Methods

NewPFLitePaymentLinkRequestCallbackParameters

func NewPFLitePaymentLinkRequestCallbackParameters() *PFLitePaymentLinkRequestCallbackParameters

NewPFLitePaymentLinkRequestCallbackParameters instantiates a new PFLitePaymentLinkRequestCallbackParameters 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

NewPFLitePaymentLinkRequestCallbackParametersWithDefaults

func NewPFLitePaymentLinkRequestCallbackParametersWithDefaults() *PFLitePaymentLinkRequestCallbackParameters

NewPFLitePaymentLinkRequestCallbackParametersWithDefaults instantiates a new PFLitePaymentLinkRequestCallbackParameters 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

GetCallbackApiUrl

func (o *PFLitePaymentLinkRequestCallbackParameters) GetCallbackApiUrl() string

GetCallbackApiUrl returns the CallbackApiUrl field if non-nil, zero value otherwise.

GetCallbackApiUrlOk

func (o *PFLitePaymentLinkRequestCallbackParameters) GetCallbackApiUrlOk() (*string, bool)

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

SetCallbackApiUrl

func (o *PFLitePaymentLinkRequestCallbackParameters) SetCallbackApiUrl(v string)

SetCallbackApiUrl sets CallbackApiUrl field to given value.

HasCallbackApiUrl

func (o *PFLitePaymentLinkRequestCallbackParameters) HasCallbackApiUrl() bool

HasCallbackApiUrl returns a boolean if a field has been set.

GetCallbackMessage

func (o *PFLitePaymentLinkRequestCallbackParameters) GetCallbackMessage() string

GetCallbackMessage returns the CallbackMessage field if non-nil, zero value otherwise.

GetCallbackMessageOk

func (o *PFLitePaymentLinkRequestCallbackParameters) GetCallbackMessageOk() (*string, bool)

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

SetCallbackMessage

func (o *PFLitePaymentLinkRequestCallbackParameters) SetCallbackMessage(v string)

SetCallbackMessage sets CallbackMessage field to given value.

HasCallbackMessage

func (o *PFLitePaymentLinkRequestCallbackParameters) HasCallbackMessage() bool

HasCallbackMessage returns a boolean if a field has been set.

GetAccessKey

func (o *PFLitePaymentLinkRequestCallbackParameters) GetAccessKey() string

GetAccessKey returns the AccessKey field if non-nil, zero value otherwise.

GetAccessKeyOk

func (o *PFLitePaymentLinkRequestCallbackParameters) GetAccessKeyOk() (*string, bool)

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

SetAccessKey

func (o *PFLitePaymentLinkRequestCallbackParameters) SetAccessKey(v string)

SetAccessKey sets AccessKey field to given value.

HasAccessKey

func (o *PFLitePaymentLinkRequestCallbackParameters) HasAccessKey() bool

HasAccessKey returns a boolean if a field has been set.

GetSecretKey

func (o *PFLitePaymentLinkRequestCallbackParameters) GetSecretKey() string

GetSecretKey returns the SecretKey field if non-nil, zero value otherwise.

GetSecretKeyOk

func (o *PFLitePaymentLinkRequestCallbackParameters) GetSecretKeyOk() (*string, bool)

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

SetSecretKey

func (o *PFLitePaymentLinkRequestCallbackParameters) SetSecretKey(v string)

SetSecretKey sets SecretKey field to given value.

HasSecretKey

func (o *PFLitePaymentLinkRequestCallbackParameters) HasSecretKey() bool

HasSecretKey returns a boolean if a field has been set.

GetReferenceNo

func (o *PFLitePaymentLinkRequestCallbackParameters) GetReferenceNo() string

GetReferenceNo returns the ReferenceNo field if non-nil, zero value otherwise.

GetReferenceNoOk

func (o *PFLitePaymentLinkRequestCallbackParameters) GetReferenceNoOk() (*string, bool)

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

SetReferenceNo

func (o *PFLitePaymentLinkRequestCallbackParameters) SetReferenceNo(v string)

SetReferenceNo sets ReferenceNo field to given value.

HasReferenceNo

func (o *PFLitePaymentLinkRequestCallbackParameters) HasReferenceNo() bool

HasReferenceNo returns a boolean if a field has been set.

GetReferenceType

func (o *PFLitePaymentLinkRequestCallbackParameters) GetReferenceType() string

GetReferenceType returns the ReferenceType field if non-nil, zero value otherwise.

GetReferenceTypeOk

func (o *PFLitePaymentLinkRequestCallbackParameters) GetReferenceTypeOk() (*string, bool)

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

SetReferenceType

func (o *PFLitePaymentLinkRequestCallbackParameters) SetReferenceType(v string)

SetReferenceType sets ReferenceType field to given value.

HasReferenceType

func (o *PFLitePaymentLinkRequestCallbackParameters) HasReferenceType() bool

HasReferenceType returns a boolean if a field has been set.

GetTransactionId

func (o *PFLitePaymentLinkRequestCallbackParameters) GetTransactionId() string

GetTransactionId returns the TransactionId field if non-nil, zero value otherwise.

GetTransactionIdOk

func (o *PFLitePaymentLinkRequestCallbackParameters) GetTransactionIdOk() (*string, bool)

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

SetTransactionId

func (o *PFLitePaymentLinkRequestCallbackParameters) SetTransactionId(v string)

SetTransactionId sets TransactionId field to given value.

HasTransactionId

func (o *PFLitePaymentLinkRequestCallbackParameters) HasTransactionId() bool

HasTransactionId returns a boolean if a field has been set.

GetRedirectionTime

func (o *PFLitePaymentLinkRequestCallbackParameters) GetRedirectionTime() int32

GetRedirectionTime returns the RedirectionTime field if non-nil, zero value otherwise.

GetRedirectionTimeOk

func (o *PFLitePaymentLinkRequestCallbackParameters) GetRedirectionTimeOk() (*int32, bool)

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

SetRedirectionTime

func (o *PFLitePaymentLinkRequestCallbackParameters) SetRedirectionTime(v int32)

SetRedirectionTime sets RedirectionTime field to given value.

HasRedirectionTime

func (o *PFLitePaymentLinkRequestCallbackParameters) HasRedirectionTime() bool

HasRedirectionTime returns a boolean if a field has been set.

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