Name | Type | Description | Notes |
---|---|---|---|
count | Integer | The number of ShopReceiptTransaction resources found. | [optional] |
results | Array<ShopReceiptTransactionsResultsInner> | The ShopReceiptTransaction resources found. | [optional] |
require 'etsy_api'
instance = EtsyApi::ShopReceiptTransactions.new(
count: null,
results: null
)