using System.Collections.Generic; using BTCPayServer.Plugins.Shopify.ApiModels.DataHolders; namespace BTCPayServer.Plugins.Shopify.ApiModels { public class TransactionsListResp { public List transactions { get; set; } } }