Share via


PaymentTransaction.FromIdAsync(String) Method

Definition

Gets a PaymentTransaction object from an ID.

public:
 static IAsyncOperation<PaymentTransaction ^> ^ FromIdAsync(Platform::String ^ id);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<PaymentTransaction> FromIdAsync(winrt::hstring const& id);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<PaymentTransaction> FromIdAsync(string id);
function fromIdAsync(id)
Public Shared Function FromIdAsync (id As String) As IAsyncOperation(Of PaymentTransaction)

Parameters

id
String

Platform::String

winrt::hstring

The ID.

Returns

An asynchronous operation that completes with an instance of PaymentTransaction.

Attributes

Applies to