Sha256: 2bb6c2e4f1db450165fcb1a0dcdc8de3d6baaaca0566d070067577cbc6945bbe
Contents?: true
Size: 568 Bytes
Versions: 6
Compression:
Stored size: 568 Bytes
Contents
# OpenapiClient::ReceiptLine ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **end_of_line** | **Boolean** | Flag to indicate if the text ends at the end of this receipt line. | [optional] [default to true] **text** | **String** | Text that represents a line of the actual receipt data, that can be printed out. | ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::ReceiptLine.new(end_of_line: true, text: MerchantName ) ```
Version data entries
6 entries across 6 versions & 1 rubygems