Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 700 Bytes

File metadata and controls

21 lines (14 loc) · 700 Bytes

OpenapiClient::ReceiptRequestInfo

Properties

Name Type Description Notes
type String Defines the consumer of the receipt (e.g. cardholder, merchant).
locale String The locale of the receipt. The format has to be a well-formed BCP 47 language tag. [optional]
linewidth Integer The line width of the receipt. Default will be 32 characters. [optional] [default to 32]

Code Sample

require 'OpenapiClient'

instance = OpenapiClient::ReceiptRequestInfo.new(type: merchant,
                                 locale: en-GB,
                                 linewidth: 48)