Shipment constructor
Shipment(- dynamic id,
- dynamic createdAt,
- dynamic updatedAt,
- dynamic objectType,
- dynamic mode,
- String? batchId,
- String? batchMessage,
- String? batchStatus,
- Address? buyerAddress,
- List<CarrierAccount>? carrierAccounts,
- CustomsInfo? customsInfo,
- List<Fee>? fees,
- List<Form>? forms,
- Address? fromAddress,
- double? insurance,
- bool? isReturn,
- List<Message>? messages,
- Options? options,
- String? orderId,
- Parcel? parcel,
- PostageLabel? postageLabel,
- List<ShipmentRate>? rates,
- String? reference,
- String? refundStatus,
- Address? returnAddress,
- ScanForm? scanForm,
- ShipmentRate? selectedRate,
- String? service,
- String? status,
- List<TaxIdentifier>? taxIdentifiers,
- Address? toAddress,
- Tracker? tracker,
- String? trackingCode,
- int? uspsZone
)
Implementation
Shipment(
id,
createdAt,
updatedAt,
objectType,
mode,
this.batchId,
this.batchMessage,
this.batchStatus,
this.buyerAddress,
this.carrierAccounts,
this.customsInfo,
this.fees,
this.forms,
this.fromAddress,
this.insurance,
this.isReturn,
this.messages,
this.options,
this.orderId,
this.parcel,
this.postageLabel,
this.rates,
this.reference,
this.refundStatus,
this.returnAddress,
this.scanForm,
this.selectedRate,
this.service,
this.status,
this.taxIdentifiers,
this.toAddress,
this.tracker,
this.trackingCode,
this.uspsZone)
: super(id, createdAt, updatedAt, objectType, mode);