CL.PINPAD
1.1.0
dotnet add package CL.PINPAD --version 1.1.0
NuGet\Install-Package CL.PINPAD -Version 1.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CL.PINPAD" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CL.PINPAD --version 1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CL.PINPAD, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CL.PINPAD as a Cake Addin #addin nuget:?package=CL.PINPAD&version=1.1.0 // Install CL.PINPAD as a Cake Tool #tool nuget:?package=CL.PINPAD&version=1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Acerca de CL.AUTH
Permite aplicar las funcionalidades para respaldo de transacciones y acciones en pinpad para un API estándar y con conexión al respectivo componente de modal de pagos
¿Qué resuelve?
La implementación alineada y concisa de funcionalidades para respaldo de transacciones y acciones en pinpad.
Resumen de versión
Cambios (Changes)
- Ahora la versión mínima de framework es 4.6.2
Rutinas
StoreIncompleteTransactions<T>: System.Collections.Generic.List<CL.STRUCTURES.CLASSES.Rebound.CLContext<CL.STRUCTURES.CLASSES.PinPad.CLStoredTransaction>>
- System.String _spStoreTransactions: Nombre del recurso utilizado para almacenar las transacciones incompletas.
- System.Collections.Generic.List<CL.STRUCTURES.CLASSES.PinPad.CLStoredTransaction> _transactions: Lista de transacciones incompletas a respaldar.
Guarda una lista de transacciones en la tabla correspondiente.
Ejemplo:
CL.PINPAD.Services.StoreIncompleteTransactions<MainDbContext>("resourceName", <Lista de transacciones a implementar>);
Parámetros del recurso
- @CompanyId INT,
- @CreatedBy NVARCHAR(MAX),
- @Data NVARCHAR(MAX),
- @DocumentKey NVARCHAR(MAX),
- @IsActive BIT,
- @StateType NVARCHAR(MAX),
- @StorageKey NVARCHAR(MAX),
- @SyncUser NVARCHAR(MAX),
- @TerminalId NVARCHAR(MAX),
- @TransactionType NVARCHAR(MAX)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.6.2
- CL.COMMON (>= 1.2.0)
- CL.DB (>= 2.1.0)
- CL.STRUCTURES (>= 2.2.0)
- EntityFramework (>= 6.4.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.