ApplePayConfiguration
public struct ApplePayConfiguration
Configuration related to Apple Pay
-
The Apple Merchant Identifier to use during Apple Pay transactions. To obtain one, see https://stripe.com/docs/apple-pay#native
Declaration
Swift
public let merchantId: String
-
The two-letter ISO 3166 code of the country of your business, e.g. “US” See your account’s country value here https://dashboard.stripe.com/settings/account
Declaration
Swift
public let merchantCountryCode: String
-
Initializes a ApplePayConfiguration
Declaration
Swift
public init(merchantId: String, merchantCountryCode: String)