1
0
mirror of https://github.com/bitwarden/server synced 2025-12-23 03:33:35 +00:00

upcoming invoice info

This commit is contained in:
Kyle Spearrin
2017-04-10 11:30:36 -04:00
parent 265b3285a6
commit f8baf3abb3
3 changed files with 33 additions and 4 deletions

View File

@@ -7,6 +7,7 @@ namespace Bit.Core.Models.Business
{
public Source PaymentSource { get; set; }
public StripeSubscription Subscription { get; set; }
public StripeInvoice UpcomingInvoice { get; set; }
public IEnumerable<StripeCharge> Charges { get; set; } = new List<StripeCharge>();
}
}