CaptureDetail constructor

CaptureDetail({
  1. PaymentContext? context,
  2. String? description,
  3. String? amount,
  4. String? created,
})

Implementation

CaptureDetail({
  this.context, this.description, this.amount, this.created
});