payments property

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

A list of all authorised payments done for this session.

Implementation

@BuiltValueField(wireName: r'payments')
BuiltList<Payment>? get payments;