AccountOnFile constructor

AccountOnFile(
  1. String id,
  2. String paymentProductId,
  3. AccountOnFileDisplayHints displayHints, {
  4. List<AccountOnFileAttribute> attributes = const [],
})

Implementation

AccountOnFile(this.id, this.paymentProductId, this.displayHints,
    {this.attributes = const []});