Share via


PKPaymentRequest.BillingAddress Property

Definition

Developers should not use this deprecated property. Developers should use 'BillingContact' instead.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AddressBook.ABRecord? BillingAddress { [Foundation.Export("billingAddress", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [Foundation.Export("setBillingAddress:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("billingAddress", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)>]
[<set: Foundation.Export("setBillingAddress:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)>]
member this.BillingAddress : AddressBook.ABRecord with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to