PurchaseStore
Overview
This structure defines the store where the purchase was made.
Properties
Name
string Name { get; }
Static properties
Native
PurchaseStore Native { get; } = new("NATIVE");
It makes sense: the purchase was made in the same store where the app was installed.
Aghanim
PurchaseStore Aghanim { get; } = new("AGHANIM");