card property

  1. @BuiltValueField.new(wireName: r'card')
CardOrderItemDeliveryStatus? get card

The status of the card delivery. Possible values: created, rejected, processing, produced, shipped, delivered, notApplicable, unknown.

Implementation

@BuiltValueField(wireName: r'card')
CardOrderItemDeliveryStatus? get card;