shopperName property

  1. @BuiltValueField.new(wireName: r'shopperName')
Name? get shopperName

The shopper's name. When the entityType is Company, the shopperName.lastName must contain the company name.

Implementation

@BuiltValueField(wireName: r'shopperName')
Name? get shopperName;