IssuingCardShipping class final

Where and how the card will be shipped.

Constructors

IssuingCardShipping({required Address address, IssuingCardShippingCarrier? carrier, IssuingCardShippingCustoms? customs, DateTime? eta, required String name, String? phoneNumber, bool? requireSignature, required IssuingCardShippingService service, IssuingCardShippingStatus? status, String? trackingNumber, String? trackingUrl, required IssuingCardShippingType type})
Where and how the card will be shipped.
const
IssuingCardShipping.fromJson(Object? json)
factory

Properties

address Address
final
carrier IssuingCardShippingCarrier?
final
customs IssuingCardShippingCustoms?
Additional information that may be required for clearing customs.
final
eta DateTime?
final
hashCode int
The hash code for this object.
no setterinherited
name String
final
phoneNumber String?
final
requireSignature bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service IssuingCardShippingService
final
status IssuingCardShippingStatus?
final
trackingNumber String?
final
trackingUrl String?
final
type IssuingCardShippingType
final

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>(IssuingCardShipping instance, Encoder<V> encoder) → V