TransferRepaymentListRequest constructor

TransferRepaymentListRequest({
  1. String? clientId,
  2. String? secret,
  3. DateTime? startDate,
  4. DateTime? endDate,
  5. int? count,
  6. int? offset,
})

Implementation

TransferRepaymentListRequest({
  this.clientId,
  this.secret,
  this.startDate,
  this.endDate,
  this.count,
  this.offset,
});