CardShipping class final

shipping_specs

The address where the card will be shipped.

Constructors

CardShipping({required CardholderAddress address, CardCustoms? customs, required String name, String? phoneNumber, bool? requireSignature, IssuingCardShippingService? service, IssuingCardShippingType? type})
shipping_specs
const
CardShipping.fromJson(Object? json)
factory

Properties

address CardholderAddress
final
customs CardCustoms?
customs_param
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
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>(CardShipping instance, Encoder<V> encoder) → V