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

Latest commit

 

History

History
28 lines (22 loc) · 820 Bytes

InternalFindOriginalResponse.md

File metadata and controls

28 lines (22 loc) · 820 Bytes

Marqeta::InternalFindOriginalResponse

Properties

Name Type Description Notes
original_found Boolean [optional][default to false]
original_tranlog InternalAuthorizationTransaction [optional]
funding_transaction FundingTranlog [optional]
finder_name String [optional]
context Hash<String, String> [optional]
response Response [optional]

Example

require 'marqeta'

instance = Marqeta::InternalFindOriginalResponse.new(
  original_found: null,
  original_tranlog: null,
  funding_transaction: null,
  finder_name: null,
  context: null,
  response: null
)