Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.29 KB

File metadata and controls

72 lines (39 loc) · 2.29 KB

PFLiteGetQuoteRequest

Properties

Name Type Description Notes
MerchantToken string This denotes the merchant token.
PaymentLinkId string This denotes the payment link id.

Methods

NewPFLiteGetQuoteRequest

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

NewPFLiteGetQuoteRequestWithDefaults

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

GetMerchantToken

func (o *PFLiteGetQuoteRequest) GetMerchantToken() string

GetMerchantToken returns the MerchantToken field if non-nil, zero value otherwise.

GetMerchantTokenOk

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.

SetMerchantToken

func (o *PFLiteGetQuoteRequest) SetMerchantToken(v string)

SetMerchantToken sets MerchantToken field to given value.

GetPaymentLinkId

func (o *PFLiteGetQuoteRequest) GetPaymentLinkId() string

GetPaymentLinkId returns the PaymentLinkId field if non-nil, zero value otherwise.

GetPaymentLinkIdOk

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.

SetPaymentLinkId

func (o *PFLiteGetQuoteRequest) SetPaymentLinkId(v string)

SetPaymentLinkId sets PaymentLinkId field to given value.

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