shippingMethods property
An array of shipping method objects that describe the supported shipping methods. If provided, you must implement the PlatformPayButton component's onShippingMethodSelected callback and call updatePlatformPaySheet from there.
Implementation
List<ApplePayContactFieldsType>? get requiredBillingContactFields;/// An array of shipping method objects that describe the supported shipping methods. If provided, you must implement the PlatformPayButton component's `onShippingMethodSelected` callback and call `updatePlatformPaySheet` from there.
List<ApplePayShippingMethod>? get shippingMethods;