InvalidRequestException
class InvalidRequestException(val stripeError: StripeError? = null, val requestId: String? = null, val statusCode: Int = 0, message: String? = stripeError?.message, cause: Throwable? = null) : StripeException
A StripeException indicating that invalid parameters were used in a request.
Constructors
Link copied to clipboard
constructor(stripeError: StripeError? = null, requestId: String? = null, statusCode: Int = 0, message: String? = stripeError?.message, cause: Throwable? = null)