PaymentLogCollection constructor

PaymentLogCollection(
  1. dynamic objectType,
  2. dynamic mode,
  3. dynamic hasMore,
  4. List<PaymentLog>? paymentLogs
)

Implementation

PaymentLogCollection(objectType, mode, hasMore, this.paymentLogs)
    : super(objectType, mode, hasMore);