MetadataVnPayEWallet constructor

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

Implementation

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