AghanimProductCounting
Overview
This type stores information about how many times a certain product has been purchased at Aghanim.
Properties
ProductId
string ProductId { get; init; }
The product identifier.
Count
int Count { get; init; }
The number of times the given product has been purchased.