BaseApiHeadersFactory
open class BaseApiHeadersFactory(optionsProvider: () -> ApiRequest.Options, appInfo: AppInfo? = null, locale: Locale = Locale.getDefault(), apiVersion: String = ApiVersion.get().code, sdkVersion: String = StripeSdkVersion.VERSION) : RequestHeadersFactory
Inheritors
Constructors
Link copied to clipboard
constructor(optionsProvider: () -> ApiRequest.Options, appInfo: AppInfo? = null, locale: Locale = Locale.getDefault(), apiVersion: String = ApiVersion.get().code, sdkVersion: String = StripeSdkVersion.VERSION)