shippingMethod property

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

The shipping method used to deliver the card or the PIN.

Implementation

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