PaymentProductGroup constructor

PaymentProductGroup(
  1. List<PaymentProductField> fields,
  2. String id,
  3. PaymentItemDisplayHints displayHints,
  4. bool allowsInstallments,
  5. bool deviceFingerprintEnabled, {
  6. List<AccountOnFile> accountsOnFile = const [],
})

Implementation

PaymentProductGroup(this.fields, super.id, super.displayHints,
    super.allowsInstallments, super.deviceFingerprintEnabled,
    {super.accountsOnFile});