PaymentDeviceTransactionRequest.RequestTip Property

Definition

public:
 property bool RequestTip { bool get(); void set(bool value); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
/// [set: Windows.Foundation.Metadata.Experimental]
bool RequestTip();

void RequestTip(bool value);
[Windows.Foundation.Metadata.Experimental]
public bool RequestTip { [Windows.Foundation.Metadata.Experimental] get; [Windows.Foundation.Metadata.Experimental] set; }
var boolean = paymentDeviceTransactionRequest.requestTip;
paymentDeviceTransactionRequest.requestTip = boolean;
Public Property RequestTip As Boolean

Property Value

Boolean

bool

Attributes

Applies to