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

InternalGatewayResponse.md

File metadata and controls

22 lines (16 loc) · 491 Bytes

Marqeta::InternalGatewayResponse

Properties

Name Type Description Notes
exception InternalGatewayLog
successful_gateway_call Boolean [default to false]
approved Boolean [default to false]

Example

require 'marqeta'

instance = Marqeta::InternalGatewayResponse.new(
  exception: null,
  successful_gateway_call: null,
  approved: null
)