AdminBillingOverviewResponse constructor
const
AdminBillingOverviewResponse({
- required AdminSubscriptionResponse? subscription,
- required List<
AdminPaymentResponse> payments, - required List<
AdminPaymentMethodResponse> paymentMethods, - required String? stripeCustomerId,
Implementation
const AdminBillingOverviewResponse({
required this.subscription,
required this.payments,
required this.paymentMethods,
required this.stripeCustomerId,
});