PaymentElementCardDefaults class

Annotations
  • @freezed

Constructors

PaymentElementCardDefaults({List<String>? network})
const
factory
PaymentElementCardDefaults.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $PaymentElementCardDefaultsCopyWith<PaymentElementCardDefaults>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
network List<String>?
The specified network prferences for card brand choice. The first network in the array that matches a network on the enetered cobranded card will be selected by default in the card brand choice.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited