From dc9a10ae2917a269ea53d89a4e82e205f11fb81c Mon Sep 17 00:00:00 2001 From: "raul@facturapi.io" Date: Thu, 23 Oct 2025 13:45:56 -0600 Subject: [PATCH] chore(customerProperty): add default invoice use to customer class --- CHANGELOG.md | 9 +++++++++ Models/Customer.cs | 1 + facturapi-net.csproj | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df8e321..c6a9462 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [4.7.1] = 2025-10-23 + +### Added + +- Added fields to `Customer` model: `DefaultInvoiceUse`. + +## [4.6.0] - 2024-23-09 + + ## [4.7.0] = 2025-02-25 ### Added diff --git a/Models/Customer.cs b/Models/Customer.cs index b6c5703..d59e870 100644 --- a/Models/Customer.cs +++ b/Models/Customer.cs @@ -16,5 +16,6 @@ public class Customer public DateTime SatValidatedAt { get; set; } public string EditLink { get; set; } public DateTime EditLinkExpiresAt { get; set; } + public string DefaultInvoiceUse { get; set; } } } diff --git a/facturapi-net.csproj b/facturapi-net.csproj index dbdbf79..b6c49cd 100644 --- a/facturapi-net.csproj +++ b/facturapi-net.csproj @@ -11,7 +11,7 @@ API Keys creando una cuenta gratuita en https://www.facturapi.io factura factura-electronica cfdi facturapi mexico conekta Facturapi - 4.7.0 + 4.7.1 $(Version) Facturapi facturapi.ico