LRCapturePayment constructor
LRCapturePayment({
- String? paymentId,
- required String userId,
- required double amount,
- PaymentType? type,
- PaymentStatus? status,
Implementation
LRCapturePayment({
this.paymentId,
required this.userId,
required this.amount,
this.type,
this.status,
});