Contents

shippingAddress

The user-selected shipping address for this transaction.

Declaration

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

Discussion

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

See Also

Deprecated