cartItems property

List<ApplePayCartSummaryItem>? cartItems
inherited

An array of CartSummaryItem item objects that summarize the amount of the payment. If you're using a SetupIntent for a recurring payment, you should set this to display the amount you intend to charge.

Implementation

List<ApplePayCartSummaryItem>? get cartItems =>
    throw _privateConstructorUsedError;