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
#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

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)

Clavis Consultores ©

Product 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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 210 11/28/2023
1.0.0 119 11/3/2023