| Name | Type | Description | Notes |
|---|---|---|---|
| MerchantToken | string | This denotes the merchant token. | |
| PaymentLinkId | string | This denotes the payment link id. |
func NewPFLiteGetQuoteRequest(merchantToken string, paymentLinkId string, ) *PFLiteGetQuoteRequest
NewPFLiteGetQuoteRequest instantiates a new PFLiteGetQuoteRequest 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 NewPFLiteGetQuoteRequestWithDefaults() *PFLiteGetQuoteRequest
NewPFLiteGetQuoteRequestWithDefaults instantiates a new PFLiteGetQuoteRequest 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 *PFLiteGetQuoteRequest) GetMerchantToken() string
GetMerchantToken returns the MerchantToken field if non-nil, zero value otherwise.
func (o *PFLiteGetQuoteRequest) GetMerchantTokenOk() (*string, bool)
GetMerchantTokenOk returns a tuple with the MerchantToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFLiteGetQuoteRequest) SetMerchantToken(v string)
SetMerchantToken sets MerchantToken field to given value.
func (o *PFLiteGetQuoteRequest) GetPaymentLinkId() string
GetPaymentLinkId returns the PaymentLinkId field if non-nil, zero value otherwise.
func (o *PFLiteGetQuoteRequest) GetPaymentLinkIdOk() (*string, bool)
GetPaymentLinkIdOk returns a tuple with the PaymentLinkId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PFLiteGetQuoteRequest) SetPaymentLinkId(v string)
SetPaymentLinkId sets PaymentLinkId field to given value.