shippingLocationId property

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

The identification of the shipping location to use for the order.

Implementation

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