BasicPaymentProductGroup constructor

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

Implementation

BasicPaymentProductGroup(this.id, this.displayHints, this.allowsInstallments,
    this.deviceFingerprintEnabled,
    {this.accountsOnFile = const []});