shipmentMethod property

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

The logistics company that ships the card. This field overrides the logistics company defined in the card configuration profile.

Implementation

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