CheckoutSessionLineItems constructor
const
CheckoutSessionLineItems({})
PaymentPagesCheckoutSessionListLineItems
The line items purchased by the customer.
Implementation
const CheckoutSessionLineItems({
required this.data,
required this.hasMore,
required this.url,
});