menu
linkrunner package
documentation
models/lr_capture_payment.dart
LRCapturePayment
LRCapturePayment.new constructor
LRCapturePayment.new constructor
dark_mode
light_mode
LRCapturePayment
constructor
LRCapturePayment
(
{
String
?
paymentId
,
required
String
userId
,
required
double
amount
,
})
Implementation
LRCapturePayment({ this.paymentId, required this.userId, required this.amount, });
linkrunner package
documentation
models/lr_capture_payment
LRCapturePayment
LRCapturePayment.new constructor
LRCapturePayment class