CardShipping constructor
const
CardShipping({
- required CardholderAddress address,
- CardCustoms? customs,
- required String name,
- String? phoneNumber,
- bool? requireSignature,
- IssuingCardShippingService? service,
- IssuingCardShippingType? type,
shipping_specs
The address where the card will be shipped.
Implementation
const CardShipping({
required this.address,
this.customs,
required this.name,
this.phoneNumber,
this.requireSignature,
this.service,
this.type,
});