Sha256: f5b51b3a4e3b7ddcfd9ad5966766825bded6afbe41e2aa217727ff6ca4292ada
Contents?: true
Size: 716 Bytes
Versions: 6
Compression:
Stored size: 716 Bytes
Contents
# OpenapiClient::Receipt ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | Defines the consumer of the receipt (e.g. cardholder, merchant). | **data** | [**Array<ReceiptLine>**](ReceiptLine.md) | Array of formatted lines that represents the actual receipt data, that can be printed out. | ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::Receipt.new(type: merchant, data: [{"endOfLine":true,"text":" MerchantName "},{"endOfLine":true,"text":"--------------------------------"}]) ```
Version data entries
6 entries across 6 versions & 1 rubygems