RequestId

data class RequestId(val value: String)

The identifier for a Stripe API request.

See https://stripe.com/docs/api/request_ids

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String