google_pay_info.dart 204 B

12345
  1. import 'package:electronic_assistant/sdk/pay/assist/apple_or_google_pay_info.dart';
  2. class GooglePayInfo extends AppleOrGooglePayInfo {
  3. GooglePayInfo(super.productId, super.type, super.accountToken);
  4. }