shopperName property

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

The shopper's name. In case the entityType is Company, the shopperName.lastName must contain the company name. > This field is required to update the existing shopperName associated with a recurring contract.

Implementation

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