StripeError

fun StripeError(    type: String? = null,     message: String? = null,     code: String? = null,     param: String? = null,     declineCode: String? = null,     charge: String? = null,     docUrl: String? = null)