Skip to content

Commit

Permalink
Descrição da conexão e inclusão da Instituição que aprovou/rejeitou o…
Browse files Browse the repository at this point in the history
… fornecedor.
  • Loading branch information
Israel Aece committed Nov 20, 2024
1 parent f8eb08d commit 89ee5c7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CessaoDigital.Proxy/CessaoDigital.Proxy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<DocumentationFile>C:\Projetos\BITFIN\CessaoDigital.Proxy\CessaoDigital.Proxy\CessaoDigital.Proxy.xml</DocumentationFile>
<PackageId>BITFIN.CessaoDigital.Proxy</PackageId>
<Version>0.9.3</Version>
<Version>0.9.4</Version>
<Authors>BITFIN Tecnologia Ltda.</Authors>
<Company>BITFIN Tecnologia Ltda.</Company>
<Copyright>Copyright 2024</Copyright>
Expand All @@ -19,7 +19,7 @@
<Description>Biblioteca .NET para consumo dos serviços (API's) fornecidos pela Plataforma Cessão Digital, intermediando a comunicação do Portal para Sacados e Antecipação para Fornecedores.</Description>
<PackageIcon>Icon.png</PackageIcon>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageReleaseNotes>Descrição da conexão e inclusão da Instituição que aprovou/rejeitou o fornecedor.</PackageReleaseNotes>
<PackageReleaseNotes>Quantidade mínima de dias para Floating.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down
5 changes: 5 additions & 0 deletions CessaoDigital.Proxy/CessaoDigital.Proxy.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions CessaoDigital.Proxy/DTOs/LinhaDeCredito.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ public class LinhaDeCredito : Base
/// </summary>
public decimal Floating { get; set; }

/// <summary>
/// Quantidade mínima de dias para ser considerada como prazo cobrado.
/// </summary>
public decimal FloatingMinimo { get; set; }

/// <summary>
/// Tarifa de TED/PIX.
/// </summary>
Expand Down

0 comments on commit 89ee5c7

Please sign in to comment.