Name | Type | Description | Notes |
---|---|---|---|
exception | InternalGatewayLog | ||
successful_gateway_call | Boolean | [default to false] | |
approved | Boolean | [default to false] |
require 'marqeta'
instance = Marqeta::InternalGatewayResponse.new(
exception: null,
successful_gateway_call: null,
approved: null
)