VnPayEWalletUser constructor

VnPayEWalletUser({
  1. required String partnerId,
  2. required String phone,
  3. String? name,
  4. String? email,
})

Implementation

VnPayEWalletUser({required this.partnerId, required this.phone, this.name, this.email});