Capture constructor

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

Implementation

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