Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 433 Bytes

Result.md

File metadata and controls

22 lines (16 loc) · 433 Bytes

Marqeta::Result

Properties

Name Type Description Notes
status String [optional]
codes Array<ResultCode> [optional]
failed_questions_count Integer [optional]

Example

require 'marqeta'

instance = Marqeta::Result.new(
  status: null,
  codes: null,
  failed_questions_count: null
)