PaymentLogCollection constructor
- dynamic objectType,
- dynamic mode,
- dynamic hasMore,
- List<
PaymentLog> ? paymentLogs
Implementation
PaymentLogCollection(objectType, mode, hasMore, this.paymentLogs)
: super(objectType, mode, hasMore);
PaymentLogCollection(objectType, mode, hasMore, this.paymentLogs)
: super(objectType, mode, hasMore);