menu
grootpay_sdk package
documentation
domain/model/sdk_model/payment_checkout_model.dart
PaymentCheckout
PaymentCheckout.new constructor
PaymentCheckout.new constructor
dark_mode
light_mode
PaymentCheckout
constructor
PaymentCheckout
(
{
required
double
totalAmount
,
required
String
serviceType
,
})
Implementation
PaymentCheckout({ required this.totalAmount, required this.serviceType, });
grootpay_sdk package
documentation
domain/model/sdk_model/payment_checkout_model
PaymentCheckout
PaymentCheckout.new constructor
PaymentCheckout class