Sha256: 060a75dcd3b77697f45896a939981ad550218a495efb45c0b855b3de33c35ca6
Contents?: true
Size: 700 Bytes
Versions: 8
Compression:
Stored size: 700 Bytes
Contents
# 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 ```ruby require 'OpenapiClient' instance = OpenapiClient::ReceiptRequestInfo.new(type: merchant, locale: en-GB, linewidth: 48) ```
Version data entries
8 entries across 8 versions & 1 rubygems