requiredShippingAddressFields property

List<ApplePayContactFieldsType>? requiredShippingAddressFields
inherited

The list of fields that you need for a shipping contact in order to process the transaction. If provided, you must implement the PlatformPayButton component's onShippingContactSelected callback and call updatePlatformPaySheet from there.

Implementation

List<ApplePayContactFieldsType>? get requiredShippingAddressFields =>
    throw _privateConstructorUsedError;