requiredShopperFields property
- @BuiltValueField.new(wireName: r'requiredShopperFields')
List of fields that the shopper has to provide on the payment page before completing the payment. For more information, refer to Provide shopper information. Possible values: * billingAddress – The address where to send the invoice. * deliveryAddress – The address where the purchased goods should be delivered. * shopperEmail – The shopper's email address. * shopperName – The shopper's full name. * telephoneNumber – The shopper's phone number.
Implementation
@BuiltValueField(wireName: r'requiredShopperFields')
BuiltList<PaymentLinkRequestRequiredShopperFieldsEnum>? get requiredShopperFields;