PaymentDeviceRefundRequest.AuthorizationRequiredText Property

Definition

public:
 property Platform::String ^ AuthorizationRequiredText { Platform::String ^ get(); void set(Platform::String ^ value); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
/// [set: Windows.Foundation.Metadata.Experimental]
winrt::hstring AuthorizationRequiredText();

void AuthorizationRequiredText(winrt::hstring value);
[Windows.Foundation.Metadata.Experimental]
public string AuthorizationRequiredText { [Windows.Foundation.Metadata.Experimental] get; [Windows.Foundation.Metadata.Experimental] set; }
var string = paymentDeviceRefundRequest.authorizationRequiredText;
paymentDeviceRefundRequest.authorizationRequiredText = string;
Public Property AuthorizationRequiredText As String

Property Value

String

Platform::String

winrt::hstring

Attributes

Applies to