ApplicationInformation

data class ApplicationInformation(name: String, version: String, dataDirectory: File)

ApplicationInformation contains a name and version used to identify your application, these details would be passed along when the Stripe terminal library makes calls to Stripe. The dataDirectory is used by the Stripe Terminal library to store files and properties important to the operation of the terminal.

Use of this SDK is subject to the Stripe Terminal Terms: https://stripe.com/terminal/legal

Constructors

Link copied to clipboard
constructor(name: String, version: String, dataDirectory: File)