PaymentDevice Class
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 ref class PaymentDevice sealed : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PaymentDevice final : IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class PaymentDevice : System.IDisposable
Public NotInheritable Class PaymentDevice
Implements IDisposable
- Inheritance
- Attributes
- Implements
Properties
Capabilities | |
ConnectorCompanyName | |
ConnectorName | |
ConnectorVersion | |
DeviceId | |
TerminalCompanyName | |
TerminalModel | |
TerminalOSVersion | |
TerminalSerialNumber |
Methods
Close() | |
Dispose() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
FromIdAsync(String) | |
GetConfigurationAsync() | |
GetDeviceSelector() | |
RequestPaymentAsync(PaymentDeviceTransactionRequest) | |
RequestPaymentAuthorizationAsync(PaymentDeviceTransactionRequest) | |
RequestRefundAsync(PaymentDeviceTransactionRequest) | |
SetConfigurationAsync(PaymentDeviceConfiguration) | |
VoidTokenAsync(String) | |
VoidTransactionAsync(String) |