GetCheckoutSessionsResponse constructor

const GetCheckoutSessionsResponse({
  1. required List<CheckoutSession> data,
  2. required bool hasMore,
  3. required String url,
})

PaymentPagesCheckoutSessionList

Implementation

const GetCheckoutSessionsResponse({
  required this.data,
  required this.hasMore,
  required this.url,
});