invoices property

  1. @JsonKey(name: 'invoices')
List<Paymentable> invoices
inherited

Implementation

@JsonKey(name: 'invoices')
List<Paymentable> get invoices => throw _privateConstructorUsedError;