PaymentTransaction.AcceptAsync(PaymentToken) 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.
Accepts the payment.
public:
virtual IAsyncOperation<PaymentTransactionAcceptResult ^> ^ AcceptAsync(PaymentToken ^ paymentToken) = AcceptAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<PaymentTransactionAcceptResult> AcceptAsync(PaymentToken const& paymentToken);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<PaymentTransactionAcceptResult> AcceptAsync(PaymentToken paymentToken);
function acceptAsync(paymentToken)
Public Function AcceptAsync (paymentToken As PaymentToken) As IAsyncOperation(Of PaymentTransactionAcceptResult)
Parameters
- paymentToken
- PaymentToken
The payment token.
Returns
An asynchronous operation that completes with a PaymentTransactionAcceptResult.
- Attributes