PaymentDeviceTransactionRequest.RequestedAmount 속성

정의

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

void RequestedAmount(CurrencyAmount value);
[Windows.Foundation.Metadata.Experimental]
public CurrencyAmount RequestedAmount { [Windows.Foundation.Metadata.Experimental] get; [Windows.Foundation.Metadata.Experimental] set; }
var currencyAmount = paymentDeviceTransactionRequest.requestedAmount;
paymentDeviceTransactionRequest.requestedAmount = currencyAmount;
Public Property RequestedAmount As CurrencyAmount

속성 값

특성

적용 대상