Skip to content

Commit

Permalink
Inclusão do Floating.
Browse files Browse the repository at this point in the history
  • Loading branch information
Israel Aece committed Nov 10, 2024
1 parent 7e60fae commit 8e3dc1c
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.1</Version>
<Version>0.9.2</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>Corrigindo a geração do header Authorization.</PackageReleaseNotes>
<PackageReleaseNotes>Inclusão do 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 @@ -61,6 +61,11 @@ public class LinhaDeCredito : Base
/// </summary>
public decimal Tac { get; set; }

/// <summary>
/// Quantidade de dias para ser acrescido ao prazo.
/// </summary>
public decimal Floating { get; set; }

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

0 comments on commit 8e3dc1c

Please sign in to comment.