CustomerConfiguration
public struct CustomerConfiguration
Configuration related to the Stripe Customer
-
The identifier of the Stripe Customer object. See https://stripe.com/docs/api/customers/object#customer_object-id
Declaration
Swift
public let id: String
-
A short-lived token that allows the SDK to access a Customer’s payment methods
Declaration
Swift
public let ephemeralKeySecret: String
-
Initializes a CustomerConfiguration
Declaration
Swift
public init(id: String, ephemeralKeySecret: String)