PKPaymentRequest.RequiredBillingAddressFields Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The set of billing address fields that must be filled in.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'RequiredBillingContactFields' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'RequiredBillingContactFields' instead.")]
public virtual PassKit.PKAddressField RequiredBillingAddressFields { [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'RequiredBillingContactFields' instead.")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'RequiredBillingContactFields' instead.")] [Foundation.Export("requiredBillingAddressFields", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'RequiredBillingContactFields' instead.")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'RequiredBillingContactFields' instead.")] [Foundation.Export("setRequiredBillingAddressFields:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
member this.RequiredBillingAddressFields : PassKit.PKAddressField with get, set
Property Value
- Attributes