RequestHeadersFactory
Types
Link copied to clipboard
Factory for AnalyticsRequest.
Link copied to clipboard
class Api(options: ApiRequest.Options, appInfo: AppInfo? = null, locale: Locale = Locale.getDefault(), apiVersion: String = ApiVersion.get().code, sdkVersion: String = StripeSdkVersion.VERSION) : RequestHeadersFactory.BaseApiHeadersFactory
Factory for ApiRequest.
Link copied to clipboard
open class BaseApiHeadersFactory(optionsProvider: () -> ApiRequest.Options, appInfo: AppInfo? = null, locale: Locale = Locale.getDefault(), apiVersion: String = ApiVersion.get().code, sdkVersion: String = StripeSdkVersion.VERSION) : RequestHeadersFactory
Link copied to clipboard
class FileUpload(options: ApiRequest.Options, appInfo: AppInfo? = null, locale: Locale = Locale.getDefault(), apiVersion: String = ApiVersion.get().code, sdkVersion: String = StripeSdkVersion.VERSION, boundary: String) : RequestHeadersFactory.BaseApiHeadersFactory
Factory for FileUploadRequest.
Link copied to clipboard
Factory for FraudDetectionDataRequest. TODO(ccen) Move FraudDetection to payments-core.