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