Skip to content

Commit

Permalink
Add a CancelAt to the response (#4205)
Browse files Browse the repository at this point in the history
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
  • Loading branch information
cyprain-okeke committed Jun 20, 2024
1 parent 29b47f7 commit 7f496e7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public record ConsolidatedBillingSubscriptionResponse(
DateTime? UnpaidPeriodEndDate,
int? GracePeriod,
DateTime? SuspensionDate,
DateTime? CancelAt,
IEnumerable<ProviderPlanResponse> Plans)
{
private const string _annualCadence = "Annual";
Expand Down Expand Up @@ -44,6 +45,7 @@ public record ConsolidatedBillingSubscriptionResponse(
unpaidPeriodEndDate,
gracePeriod,
suspensionDate,
subscription.CancelAt,
providerPlansDTO);
}
}
Expand Down

0 comments on commit 7f496e7

Please sign in to comment.