id property

  1. @BuiltValueField.new(wireName: r'id')
String? get id

The unique identifier of the shipping location, for use as shippingLocationId when creating an order.

Implementation

@BuiltValueField(wireName: r'id')
String? get id;