STPSourceKlarnaDetails
Objective-C
@interface STPSourceKlarnaDetails : NSObject <STPAPIResponseDecodable>
Swift
class STPSourceKlarnaDetails : NSObject, STPAPIResponseDecodable
Details of a Klarna source.
-
The Klarna-specific client token. This may be used with the Klarna SDK.
Declaration
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull clientToken;
Swift
var clientToken: String { get }
-
The ISO-3166 2-letter country code of the customer’s location.
Declaration
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull purchaseCountry;
Swift
var purchaseCountry: String { get }