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

Latest commit

 

History

History
20 lines (14 loc) · 431 Bytes

AdvancedSimulationResponseModel.md

File metadata and controls

20 lines (14 loc) · 431 Bytes

Marqeta::AdvancedSimulationResponseModel

Properties

Name Type Description Notes
transaction TransactionModel [optional]
raw_iso8583 Hash<String, Object> [optional]

Example

require 'marqeta'

instance = Marqeta::AdvancedSimulationResponseModel.new(
  transaction: null,
  raw_iso8583: null
)