STPSourceKlarnaDetails
public class STPSourceKlarnaDetails : NSObject, STPAPIResponseDecodable
Details of a Klarna source.
-
The Klarna-specific client token. This may be used with the Klarna SDK.
Declaration
Swift
@objc public private(set) var clientToken: String? { get }
-
The ISO-3166 2-letter country code of the customer’s location.
Declaration
Swift
@objc public private(set) var purchaseCountry: String? { get }
-
Declaration
Swift
private(set) public var allResponseFields: [AnyHashable : Any] { get }
-
Declaration
Swift
@objc public class func decodedObject(fromAPIResponse response: [AnyHashable : Any]?) -> `Self`?