| 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] |
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
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
func (o *PFLitePaymentLinkRequestCallbackParameters) GetCallbackApiUrl() string
GetCallbackApiUrl returns the CallbackApiUrl field if non-nil, zero value otherwise.
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.
func (o *PFLitePaymentLinkRequestCallbackParameters) SetCallbackApiUrl(v string)
SetCallbackApiUrl sets CallbackApiUrl field to given value.
func (o *PFLitePaymentLinkRequestCallbackParameters) HasCallbackApiUrl() bool
HasCallbackApiUrl returns a boolean if a field has been set.
func (o *PFLitePaymentLinkRequestCallbackParameters) GetCallbackMessage() string
GetCallbackMessage returns the CallbackMessage field if non-nil, zero value otherwise.
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.
func (o *PFLitePaymentLinkRequestCallbackParameters) SetCallbackMessage(v string)
SetCallbackMessage sets CallbackMessage field to given value.
func (o *PFLitePaymentLinkRequestCallbackParameters) HasCallbackMessage() bool
HasCallbackMessage returns a boolean if a field has been set.
func (o *PFLitePaymentLinkRequestCallbackParameters) GetAccessKey() string
GetAccessKey returns the AccessKey field if non-nil, zero value otherwise.
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.
func (o *PFLitePaymentLinkRequestCallbackParameters) SetAccessKey(v string)
SetAccessKey sets AccessKey field to given value.
func (o *PFLitePaymentLinkRequestCallbackParameters) HasAccessKey() bool
HasAccessKey returns a boolean if a field has been set.
func (o *PFLitePaymentLinkRequestCallbackParameters) GetSecretKey() string
GetSecretKey returns the SecretKey field if non-nil, zero value otherwise.
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.
func (o *PFLitePaymentLinkRequestCallbackParameters) SetSecretKey(v string)
SetSecretKey sets SecretKey field to given value.
func (o *PFLitePaymentLinkRequestCallbackParameters) HasSecretKey() bool
HasSecretKey returns a boolean if a field has been set.
func (o *PFLitePaymentLinkRequestCallbackParameters) GetReferenceNo() string
GetReferenceNo returns the ReferenceNo field if non-nil, zero value otherwise.
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.
func (o *PFLitePaymentLinkRequestCallbackParameters) SetReferenceNo(v string)
SetReferenceNo sets ReferenceNo field to given value.
func (o *PFLitePaymentLinkRequestCallbackParameters) HasReferenceNo() bool
HasReferenceNo returns a boolean if a field has been set.
func (o *PFLitePaymentLinkRequestCallbackParameters) GetReferenceType() string
GetReferenceType returns the ReferenceType field if non-nil, zero value otherwise.
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.
func (o *PFLitePaymentLinkRequestCallbackParameters) SetReferenceType(v string)
SetReferenceType sets ReferenceType field to given value.
func (o *PFLitePaymentLinkRequestCallbackParameters) HasReferenceType() bool
HasReferenceType returns a boolean if a field has been set.
func (o *PFLitePaymentLinkRequestCallbackParameters) GetTransactionId() string
GetTransactionId returns the TransactionId field if non-nil, zero value otherwise.
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.
func (o *PFLitePaymentLinkRequestCallbackParameters) SetTransactionId(v string)
SetTransactionId sets TransactionId field to given value.
func (o *PFLitePaymentLinkRequestCallbackParameters) HasTransactionId() bool
HasTransactionId returns a boolean if a field has been set.
func (o *PFLitePaymentLinkRequestCallbackParameters) GetRedirectionTime() int32
GetRedirectionTime returns the RedirectionTime field if non-nil, zero value otherwise.
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.
func (o *PFLitePaymentLinkRequestCallbackParameters) SetRedirectionTime(v int32)
SetRedirectionTime sets RedirectionTime field to given value.
func (o *PFLitePaymentLinkRequestCallbackParameters) HasRedirectionTime() bool
HasRedirectionTime returns a boolean if a field has been set.