Share via


PKAddPaymentPassRequestConfiguration.CardDetails Property

Definition

Gets or sets the array of PKLabeledValue objects that describe the card.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual PassKit.PKLabeledValue[] CardDetails { [Foundation.Export("cardDetails", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setCardDetails:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("cardDetails", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setCardDetails:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.CardDetails : PassKit.PKLabeledValue[] with get, set

Property Value

Attributes

Applies to