PaymentDeviceRefundRequest.ReportFailedAsync(PaymentOperationStatus) 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 IAsyncAction ^ ReportFailedAsync(PaymentOperationStatus status) = ReportFailedAsync;
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ReportFailedAsync(PaymentOperationStatus const& status);
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ReportFailedAsync(PaymentOperationStatus status);
function reportFailedAsync(status)
Public Function ReportFailedAsync (status As PaymentOperationStatus) As IAsyncAction
Parameters
- status
- PaymentOperationStatus
Returns
- Attributes