StripeClientUserAgentHeaderFactory

class StripeClientUserAgentHeaderFactory(systemPropertySupplier: (String) -> String = DEFAULT_SYSTEM_PROPERTY_SUPPLIER)

Constructors

Link copied to clipboard
constructor(systemPropertySupplier: (String) -> String = DEFAULT_SYSTEM_PROPERTY_SUPPLIER)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun create(appInfo: AppInfo? = null): Map<String, String>
Link copied to clipboard
fun createHeaderValue(appInfo: AppInfo? = null): JSONObject