PaymentDevice.VoidTransactionAsync(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual IAsyncOperation<PaymentDeviceOperationResult ^> ^ VoidTransactionAsync(Platform::String ^ transactionId) = VoidTransactionAsync;
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<PaymentDeviceOperationResult> VoidTransactionAsync(winrt::hstring const& transactionId);
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<PaymentDeviceOperationResult> VoidTransactionAsync(string transactionId);
function voidTransactionAsync(transactionId)
Public Function VoidTransactionAsync (transactionId As String) As IAsyncOperation(Of PaymentDeviceOperationResult)
Parameters
- transactionId
-
String
Platform::String
winrt::hstring
Returns
- Attributes