payments property
A list of all authorised payments done for this session.
Implementation
@BuiltValueField(wireName: r'payments')
BuiltList<Payment>? get payments;
A list of all authorised payments done for this session.
@BuiltValueField(wireName: r'payments')
BuiltList<Payment>? get payments;