Capture constructor
const
Capture(
- CaptureStatus? status,
- CaptureStatusDetails? statusDetails,
- String? id,
- Money? amount,
- String? invoiceId,
- String? customId,
- SellerProtection? sellerProtection,
- bool? finalCapture,
- SellerReceivableBreakdown? sellerReceivableBreakdown,
- DisbursementMode? disbursementMode,
- List<
LinkDescription> ? links, - ProcessorResponse? processorResponse,
- String? createTime,
- 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);