mirror of
https://github.com/bitwarden/server
synced 2025-12-23 03:33:35 +00:00
upcoming invoice info
This commit is contained in:
@@ -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>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user