<!--
{
  "availability" : [
    "iOS: 17.2.0 -",
    "iPadOS: 17.2.0 -",
    "macOS: 14.2.0 -",
    "tvOS: 17.2.0 -",
    "visionOS: 1.1.0 -",
    "watchOS: 10.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/Transaction/Offer-swift.struct/paymentMode-swift.property",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "s:8StoreKit11TransactionV5OfferV11paymentModeAE07PaymentF0VSgvp"
  },
  "title" : "paymentMode"
}
-->

# paymentMode

The payment mode for a subscription offer on an auto-renewable subscription that applies to the transaction.

```
let paymentMode: Transaction.Offer.PaymentMode?
```

## Discussion

You set up subscription offers and determine the payment mode when you configure subscriptions in App Store Connect. For more information about the Free Trial ([`freeTrial`](/documentation/StoreKit/Transaction/Offer-swift.struct/PaymentMode-swift.struct/freeTrial)), Pay As You Go ([`payAsYouGo`](/documentation/StoreKit/Transaction/Offer-swift.struct/PaymentMode-swift.struct/payAsYouGo)), and Pay Up Front ([`payUpFront`](/documentation/StoreKit/Transaction/Offer-swift.struct/PaymentMode-swift.struct/payUpFront)) payment modes, see [Pricing and availability](https://developer.apple.com/help/app-store-connect/reference/pricing-and-availability).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)