Share via


PKPaymentRequest.ShippingMethods Property

Definition

The set of supported shipping methods.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual PassKit.PKShippingMethod[]? ShippingMethods { [Foundation.Export("shippingMethods", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setShippingMethods:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("shippingMethods", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setShippingMethods:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.ShippingMethods : PassKit.PKShippingMethod[] with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to