menu
pay_with_paymob_flutter package
documentation
models/payment_link_response.dart
ClientInfo
ClientInfo.new const constructor
ClientInfo.new const constructor
dark_mode
light_mode
ClientInfo
constructor
const
ClientInfo
(
{
required
String
fullName
,
required
String
email
,
required
String
phoneNumber
,
})
Implementation
const ClientInfo({ required this.fullName, required this.email, required this.phoneNumber, });
pay_with_paymob_flutter package
documentation
models/payment_link_response
ClientInfo
ClientInfo.new const constructor
ClientInfo class