IssuingToken class final

IssuingNetworkToken

An issuing token object is created when an issued card is added to a digital wallet. As a [card issuer](https://stripe.com/docs/issuing), you can [view and manage these tokens](https://stripe.com/docs/issuing/controls/token-management) through Stripe.

Implemented types

Constructors

IssuingToken({required IssuingCardOrId card, required DateTime created, String? deviceFingerprint, required String id, String? last4, required bool livemode, required IssuingTokenNetwork network, IssuingNetworkTokenNetworkData? networkData, required DateTime networkUpdatedAt, required IssuingTokenStatus status, IssuingTokenWalletProvider? walletProvider})
IssuingNetworkToken
const
IssuingToken.fromJson(Object? json)
factory

Properties

card IssuingCardOrId
final
created DateTime
final
deviceFingerprint String?
final
hashCode int
The hash code for this object.
no setterinherited
id String
The ID of the IssuingToken.
final
last4 String?
final
livemode bool
final
network IssuingTokenNetwork
final
networkData IssuingNetworkTokenNetworkData?
final
networkUpdatedAt DateTime
final
object String
The resource's type.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status IssuingTokenStatus
final
walletProvider IssuingTokenWalletProvider?
final

Methods

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

Operators

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

Static Methods

encode<V>(IssuingToken instance, Encoder<V> encoder) → V
override