lineItems property

  1. @BuiltValueField.new(wireName: r'lineItems')
BuiltList<LineItem>? get lineItems

Price and product information about the purchased items, to be included on the invoice sent to the shopper. > This field is required for 3x 4x Oney, Affirm, Afterpay, Clearpay, Klarna, Ratepay, and Riverty.

Implementation

@BuiltValueField(wireName: r'lineItems')
BuiltList<LineItem>? get lineItems;