cartItems property
The list of items that describe a purchase. For example: total, tax, discount, and grand total.
Implementation
List<String>? get additionalEnabledNetworks;/// The list of items that describe a purchase. For example: total, tax, discount, and grand total.
List<ApplePayCartSummaryItem> get cartItems;