| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | Defines the consumer of the receipt (e.g. cardholder, merchant). | |
| data | Array<ReceiptLine> | Array of formatted lines that represents the actual receipt data, that can be printed out. |
require 'OpenapiClient'
instance = OpenapiClient::Receipt.new(type: merchant,
data: [{"endOfLine":true,"text":" MerchantName "},{"endOfLine":true,"text":"--------------------------------"}])