Skip to content

Commit

Permalink
Merge pull request #321 from nofrixion/MOOV-3084-xero-get-invoices
Browse files Browse the repository at this point in the history
  • Loading branch information
sauravmaiti22 authored Apr 26, 2024
2 parents f7f6f89 + c021dc3 commit 526e1f0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/NoFrixion.MoneyMoov/Models/Xero/XeroConnection.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
namespace NoFrixion.MoneyMoov.Models.Xero;

#nullable disable
public class XeroConnection
{
public Guid MerchantID { get; set; }

public DateTimeOffset ConnectedAt { get; set; }
}

0 comments on commit 526e1f0

Please sign in to comment.