<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/Product/SubscriptionOffer/PaymentMode-swift.struct",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "s:8StoreKit7ProductV17SubscriptionOfferV11PaymentModeV"
  },
  "title" : "Product.SubscriptionOffer.PaymentMode"
}
-->

# Product.SubscriptionOffer.PaymentMode

The payment modes for subscription offers that apply to a transaction.

```
struct PaymentMode
```

## Overview

A payment mode describes how a subscription offer charges its discounted price — whether it charges one time, charges multiple times, or charges nothing because it’s a free trial.

## Topics

### Getting the payment modes

[`freeTrial`](/documentation/StoreKit/Product/SubscriptionOffer/PaymentMode-swift.struct/freeTrial)

A payment mode of a product discount that indicates a free trial offer.

[`payAsYouGo`](/documentation/StoreKit/Product/SubscriptionOffer/PaymentMode-swift.struct/payAsYouGo)

A payment mode of a product discount that applies over a single billing period or multiple billing periods.

[`payUpFront`](/documentation/StoreKit/Product/SubscriptionOffer/PaymentMode-swift.struct/payUpFront)

A payment mode of a product discount that applies the discount up front.

### Getting a localized description

[`localizedDescription`](/documentation/StoreKit/Product/SubscriptionOffer/PaymentMode-swift.struct/localizedDescription)

The localized text that describes the payment mode.



---

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)