LaunchApplePayModel constructor

LaunchApplePayModel({
  1. required String merchantID,
})

Implementation

LaunchApplePayModel({
  required this.merchantID,
});