addressMatch property

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

Whether the chosen delivery address is identical to the billing address.

Implementation

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