CaptureRequest constructor

const CaptureRequest({
  1. String? invoiceId,
  2. String? noteToPayer,
  3. Money? amount,
  4. bool? finalCapture,
  5. PaymentInstruction? paymentInstruction,
  6. String? softDescriptor,
})

Implementation

const CaptureRequest(
    {this.invoiceId,
    this.noteToPayer,
    this.amount,
    this.finalCapture,
    this.paymentInstruction,
    this.softDescriptor});