PaymentCollection constructor

const PaymentCollection({
  1. List<AuthorizationWithAdditionalData>? authorizations,
  2. List<Capture>? captures,
  3. List<Refund>? refunds,
})

Implementation

const PaymentCollection({this.authorizations, this.captures, this.refunds});