GetCheckoutSessionsResponse constructor
const
GetCheckoutSessionsResponse({
- required List<
CheckoutSession> data, - required bool hasMore,
- required String url,
PaymentPagesCheckoutSessionList
Implementation
const GetCheckoutSessionsResponse({
required this.data,
required this.hasMore,
required this.url,
});