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

Description ​

Sets the price of the Payment Button Device

Arguments ​

number - The price to set (1 - 500,000)

Example ​

msc
using Device;

PaymentButtonDevice device = Device.FindPaymentButton("MyButton");
device.SetPrice(20000);