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) · 432 Bytes

ResultCodeInfo.md

File metadata and controls

22 lines (16 loc) · 432 Bytes

Marqeta::ResultCodeInfo

Properties

Name Type Description Notes
result_code String [optional]
result_info String [optional]
extended_result_code String [optional]

Example

require 'marqeta'

instance = Marqeta::ResultCodeInfo.new(
  result_code: null,
  result_info: null,
  extended_result_code: null
)