trackingNumber property

  1. @JsonKey.new(name: 'tracking_number')
String? get trackingNumber
inherited

The tracking number for a physical product, obtained from the delivery service. If multiple tracking numbers were generated for this purchase, please separate them with commas.

Implementation

String? get phone;/// The tracking number for a physical product, obtained from the
/// delivery service. If multiple tracking numbers were
/// generated for this purchase, please separate them with commas.
@JsonKey(name: 'tracking_number') String? get trackingNumber;