AccountOnFile constructor
AccountOnFile(
- String id,
- String paymentProductId,
- AccountOnFileDisplayHints displayHints, {
- List<
AccountOnFileAttribute> attributes = const [],
Implementation
AccountOnFile(this.id, this.paymentProductId, this.displayHints,
{this.attributes = const []});