alias Stripe::GelatoDocumentReportError1

Overview

Details on the verification error. Present when status is unverified.

Alias Definition

Stripe::GelatoDocumentReportError

Defined in:

stripe/models/gelato_document_report_error1.cr

Constant Summary

ERROR_MESSAGE_FOR_CODE = "invalid value for \"code\", must be one of [document_expired, document_type_not_supported, document_unverified_other]."
MAX_LENGTH_FOR_REASON = 5000
VALID_VALUES_FOR_CODE = String.static_array("document_expired", "document_type_not_supported", "document_unverified_other")