PaystackBulkChargeBatch constructor

const PaystackBulkChargeBatch({
  1. String? batchCode,
  2. String? reference,
  3. String? status,
  4. int? totalCharges,
  5. int? pendingCharges,
  6. int? unit,
  7. int? id,
  8. int? integration,
  9. String? createdAt,
  10. String? updatedAt,
  11. Map<String, dynamic> rawJson = const {},
})

Implementation

const PaystackBulkChargeBatch({
  this.batchCode,
  this.reference,
  this.status,
  this.totalCharges,
  this.pendingCharges,
  this.unit,
  this.id,
  this.integration,
  this.createdAt,
  this.updatedAt,
  this.rawJson = const {},
});