CaptureDetail constructor
CaptureDetail({
- PaymentContext? context,
- String? description,
- String? amount,
- String? created,
Implementation
CaptureDetail({
this.context, this.description, this.amount, this.created
});