PaymentDeviceTransactionRequest.RequestedCashBack 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 ^ RequestedCashBack { CurrencyAmount ^ get(); void set(CurrencyAmount ^ value); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
/// [set: Windows.Foundation.Metadata.Experimental]
CurrencyAmount RequestedCashBack();
void RequestedCashBack(CurrencyAmount value);
[Windows.Foundation.Metadata.Experimental]
public CurrencyAmount RequestedCashBack { [Windows.Foundation.Metadata.Experimental] get; [Windows.Foundation.Metadata.Experimental] set; }
var currencyAmount = paymentDeviceTransactionRequest.requestedCashBack;
paymentDeviceTransactionRequest.requestedCashBack = currencyAmount;
Public Property RequestedCashBack As CurrencyAmount
Valore della proprietà
- Attributi