Contents

billingAddress

The user-selected billing address for this transaction.

Declaration

unowned(unsafe) var billingAddress: ABRecord? { get }

Discussion

Only the fields specified in the the requiredBillingAddressFields property of the PKPaymentRequest object are populated. If no required billing fields were specified, the value of this property is nil.

See Also

Deprecated