PaymentInput constructor

const PaymentInput({
  1. required String method,
  2. int? amountCents,
  3. String? paidAt,
  4. String? reference,
  5. bool? onSite,
})

Implementation

const PaymentInput({required this.method, this.amountCents, this.paidAt, this.reference, this.onSite});