CardUpdateOptions class final

Constructors

CardUpdateOptions({String? accountHolderName, IssuingCardholderType? accountHolderType, String? addressCity, String? addressCountry, String? addressLine1, String? addressLine2, String? addressState, String? addressZip, String? expMonth, String? expYear, List<String>? expand, Map<String, String>? metadata, String? name, CardOwner? owner})
const
CardUpdateOptions.fromJson(Object? json)
factory

Properties

accountHolderName String?
final
accountHolderType IssuingCardholderType?
final
addressCity String?
final
addressCountry String?
final
addressLine1 String?
final
addressLine2 String?
final
addressState String?
final
addressZip String?
final
expand List<String>?
final
expMonth String?
final
expYear String?
final
hashCode int
The hash code for this object.
no setterinherited
metadata Map<String, String>?
final
name String?
final
owner CardOwner?
owner
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Static Methods

encode<V>(CardUpdateOptions instance, Encoder<V> encoder) → V