Appearance
number PaymentButtonDevice.GetPrice()
Gets the price of the Payment Button Device
number - The price on the Payment Button
number
using Device; PaymentButtonDevice device = Device.FindPaymentButton("MyButton"); number price = device.GetPrice();