IssuingCard class final
IssuingCard
You can [create physical or virtual cards](https://stripe.com/docs/issuing/cards) that are issued to cardholders.
- Implemented types
Constructors
-
IssuingCard({required String brand, IssuingCardCancellationReason? cancellationReason, required IssuingCardholder cardholder, required DateTime created, required String currency, String? cvc, required int expMonth, required int expYear, String? financialAccount, required String id, required String last4, required bool livemode, required Map<
String, String> metadata, String? number, IssuingPersonalizationDesignOrId? personalizationDesign, IssuingCardOrId? replacedBy, IssuingCardOrId? replacementFor, IssuingCardReplacementReason? replacementReason, IssuingCardShipping? shipping, required IssuingCardAuthorizationControls spendingControls, required IssuingCardStatus status, required IssuingCardType type, IssuingCardWallets? wallets}) -
IssuingCard
const
- IssuingCard.fromJson(Object? json)
-
factory
Properties
- brand → String
-
final
- cancellationReason → IssuingCardCancellationReason?
-
final
- cardholder → IssuingCardholder
-
final
- created → DateTime
-
final
- currency → String
-
final
- cvc → String?
-
final
- expMonth → int
-
final
- expYear → int
-
final
- financialAccount → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
The ID of the IssuingCard.
final
- last4 → String
-
final
- livemode → bool
-
final
-
metadata
→ Map<
String, String> -
final
- number → String?
-
final
- object → String
-
The resource's type.
final
- personalizationDesign → IssuingPersonalizationDesignOrId?
-
final
- replacedBy → IssuingCardOrId?
-
final
- replacementFor → IssuingCardOrId?
-
final
- replacementReason → IssuingCardReplacementReason?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shipping → IssuingCardShipping?
-
Where and how the card will be shipped.
final
- spendingControls → IssuingCardAuthorizationControls
-
final
- status → IssuingCardStatus
-
final
- type → IssuingCardType
-
final
- wallets → IssuingCardWallets?
-
Information relating to digital wallets (like Apple Pay and Google Pay).
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> (IssuingCard instance, Encoder< V> encoder) → V -
override