On this pageCurrencyListUI.merchantpublic Merchant merchant { get; set; }CopyDescription#Merchant to get funds forUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(CurrencyListUI target) { Merchant result = target.merchant; } }Copy