Sha256: 741e175f0927a5a99ad3d027cadf12e43faf120414a788e8e26124f52220fa61
Contents?: true
Size: 601 Bytes
Versions: 2
Compression:
Stored size: 601 Bytes
Contents
# OpenapiClient::Receipt ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | Defines the consumer of the receipt (e.g. cardholder, merchant). | **data** | **Array<String>** | 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: [" MerchantName ","--------------------------------"]) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
first_data_gateway-1.8.1 | docs/Receipt.md |
first_data_gateway-1.8.0 | docs/Receipt.md |