PaymentButtonDevice.GetPrice
Skip to content
mnscript
number PaymentButtonDevice.GetPrice() 

Description ​

Gets the price of the Payment Button Device

Returns ​

number - The price on the Payment Button

Example ​

msc
using Device;

PaymentButtonDevice device = Device.FindPaymentButton("MyButton");
number price = device.GetPrice();