IPickupAdapter Interface |
Namespace: PSI.Sox.Adapter.Interfaces
public interface IPickupAdapter : IAdapter, IDisposable
The IPickupAdapter type exposes the following members.
Name | Description | |
---|---|---|
![]() | AdapterConfiguration |
Gets or sets AdapterConfiguration.
(Inherited from IAdapter.) |
![]() | AdapterId |
unique adapter id
(Inherited from IAdapter.) |
![]() | AdapterName |
Gets the Adapter Name
(Inherited from IAdapter.) |
![]() | AdapterSymbol |
Gets the adapter symbol, used to set the adapter prefix
(Inherited from IAdapter.) |
![]() | AdapterVersion |
Get the Adapter Version.
(Inherited from IAdapter.) |
![]() | CompanyName |
Returns the adapter company name
(Inherited from IAdapter.) |
![]() | Logger |
Gets the instance of ILogger.
(Inherited from IAdapter.) |
![]() | ProxySettings |
Gets or sets ProxySettings.
(Inherited from IAdapter.) |
Name | Description | |
---|---|---|
![]() | CancelPickup |
CancelPickup
|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | GetPaymentTypes |
GetPaymentTypes
|
![]() | GetPickupTypes |
GePickupTypes
|
![]() | Init |
Initializes adapter
(Inherited from IAdapter.) |
![]() | RequestPickup |
RequestPickup
|