alias Stripe::IdentityVerificationSessionRedaction

Overview

Redaction status of this VerificationSession. If the VerificationSession is not redacted, this field will be null.

Alias Definition

Stripe::VerificationSessionRedaction

Defined in:

stripe/models/identity_verification_session_redaction.cr

Constant Summary

ERROR_MESSAGE_FOR_STATUS = "invalid value for \"status\", must be one of [processing, redacted]."
VALID_VALUES_FOR_STATUS = String.static_array("processing", "redacted")