alias Stripe::ReportingReportRunResult

Overview

The file object representing the result of the report run (populated when status=succeeded).

Alias Definition

Stripe::File

Defined in:

stripe/models/reporting_report_run_result.cr

Constant Summary

ERROR_MESSAGE_FOR_OBJECT = "invalid value for \"object\", must be one of [file]."
ERROR_MESSAGE_FOR_PURPOSE = "invalid value for \"purpose\", must be one of [account_requirement, additional_verification, business_icon, business_logo, customer_signature, dispute_evidence, document_provider_identity_document, finance_report_run, identity_document, identity_document_downloadable, issuing_regulatory_reporting, pci_document, selfie, sigma_scheduled_query, tax_document_user_upload, terminal_reader_splashscreen]."
MAX_LENGTH_FOR__TYPE = 5000
MAX_LENGTH_FOR_FILENAME = 5000
MAX_LENGTH_FOR_ID = 5000
MAX_LENGTH_FOR_TITLE = 5000
MAX_LENGTH_FOR_URL = 5000
VALID_VALUES_FOR_OBJECT = String.static_array("file")
VALID_VALUES_FOR_PURPOSE = String.static_array("account_requirement", "additional_verification", "business_icon", "business_logo", "customer_signature", "dispute_evidence", "document_provider_identity_document", "finance_report_run", "identity_document", "identity_document_downloadable", "issuing_regulatory_reporting", "pci_document", "selfie", "sigma_scheduled_query", "tax_document_user_upload", "terminal_reader_splashscreen")