PaymentDevicePaymentRequest.CashBack Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
public:
property CurrencyAmount ^ CashBack { CurrencyAmount ^ get(); void set(CurrencyAmount ^ value); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
/// [set: Windows.Foundation.Metadata.Experimental]
CurrencyAmount CashBack();
void CashBack(CurrencyAmount value);
[Windows.Foundation.Metadata.Experimental]
public CurrencyAmount CashBack { [Windows.Foundation.Metadata.Experimental] get; [Windows.Foundation.Metadata.Experimental] set; }
var currencyAmount = paymentDevicePaymentRequest.cashBack;
paymentDevicePaymentRequest.cashBack = currencyAmount;
Public Property CashBack As CurrencyAmount
Valore della proprietà
- Attributi