---
title: PKPayment
framework: passkit
role: symbol
role_heading: Class
path: passkit/pkpayment
---

# PKPayment

Represents the result of authorizing a payment request and contains payment information, encrypted in the payment token.

## Declaration

```swift
class PKPayment
```

## Topics

### Working with the payment token

- [token](passkit/pkpayment/token.md)
- [PKPaymentToken](passkit/pkpaymenttoken.md)

### Working with billing and shipping information

- [billingContact](passkit/pkpayment/billingcontact.md)
- [shippingContact](passkit/pkpayment/shippingcontact.md)
- [shippingMethod](passkit/pkpayment/shippingmethod.md)
- [PKContact](passkit/pkcontact.md)
- [PKShippingMethod](passkit/pkshippingmethod.md)

### Deprecated

- [billingAddress](passkit/pkpayment/billingaddress.md)
- [shippingAddress](passkit/pkpayment/shippingaddress.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Payment sheet interactions and authorization

- [PKPaymentAuthorizationResult](passkit/pkpaymentauthorizationresult.md)
- [PKPaymentOrderDetails](passkit/pkpaymentorderdetails.md)
- [PKPaymentAuthorizationController](passkit/pkpaymentauthorizationcontroller.md)
- [PKPaymentAuthorizationViewController](passkit/pkpaymentauthorizationviewcontroller.md)
