requiredShippingAddressFields property

List<ApplePayContactFieldsType>? get 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<ApplePayCartSummaryItem> get cartItems;/// 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.
List<ApplePayContactFieldsType>? get requiredShippingAddressFields;