import '../assist/apple_or_google_pay_info.dart'; import '../assist/product_type.dart'; class ApplePayInfo extends AppleOrGooglePayInfo { ApplePayInfo(super.productId, super.type); }