Capture constructor

const Capture(
  1. CaptureStatus? status,
  2. CaptureStatusDetails? statusDetails,
  3. String? id,
  4. Money? amount,
  5. String? invoiceId,
  6. String? customId,
  7. SellerProtection? sellerProtection,
  8. bool? finalCapture,
  9. SellerReceivableBreakdown? sellerReceivableBreakdown,
  10. DisbursementMode? disbursementMode,
  11. List<LinkDescription>? links,
  12. ProcessorResponse? processorResponse,
  13. String? createTime,
  14. String? updateTime,
)

Implementation

const Capture(
    this.status,
    this.statusDetails,
    this.id,
    this.amount,
    this.invoiceId,
    this.customId,
    this.sellerProtection,
    this.finalCapture,
    this.sellerReceivableBreakdown,
    this.disbursementMode,
    this.links,
    this.processorResponse,
    this.createTime,
    this.updateTime);