PaymentDeviceRefundRequest.OutputTokenId 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 Platform::String ^ OutputTokenId { Platform::String ^ get(); void set(Platform::String ^ value); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
/// [set: Windows.Foundation.Metadata.Experimental]
winrt::hstring OutputTokenId();
void OutputTokenId(winrt::hstring value);
[Windows.Foundation.Metadata.Experimental]
public string OutputTokenId { [Windows.Foundation.Metadata.Experimental] get; [Windows.Foundation.Metadata.Experimental] set; }
var string = paymentDeviceRefundRequest.outputTokenId;
paymentDeviceRefundRequest.outputTokenId = string;
Public Property OutputTokenId As String
Valore della proprietà
- Attributi