preOrderPurchase property

  1. @BuiltValueField.new(wireName: r'preOrderPurchase')
bool? get preOrderPurchase

Indicator for whether this transaction is for pre-ordering a product.

Implementation

@BuiltValueField(wireName: r'preOrderPurchase')
bool? get preOrderPurchase;