Appearance
PaymentButtonDevice.SetPaymentEnabled(bool)
Sets whether the button has payment enabled
bool - The payment enabled value to set
bool
using Device; PaymentButtonDevice device = Device.FindPaymentButton("MyButton"); device.SetPaymentEnabled(true);