PaymentProductGroup constructor
PaymentProductGroup(
- List<
PaymentProductField> fields, - String id,
- PaymentItemDisplayHints displayHints,
- bool allowsInstallments,
- bool deviceFingerprintEnabled, {
- List<
AccountOnFile> accountsOnFile = const [],
Implementation
PaymentProductGroup(this.fields, super.id, super.displayHints,
super.allowsInstallments, super.deviceFingerprintEnabled,
{super.accountsOnFile});