Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 436 Bytes

File metadata and controls

20 lines (14 loc) · 436 Bytes

OpenapiClient::PFLiteGetQuoteRequest

Properties

Name Type Description Notes
merchant_token String This denotes the merchant token.
payment_link_id String This denotes the payment link id.

Example

require 'openapi_client'

instance = OpenapiClient::PFLiteGetQuoteRequest.new(
  merchant_token: null,
  payment_link_id: null
)