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

Latest commit

 

History

History
30 lines (24 loc) · 862 Bytes

VelocityControlCheckRequest.md

File metadata and controls

30 lines (24 loc) · 862 Bytes

Marqeta::VelocityControlCheckRequest

Properties

Name Type Description Notes
card_product InternalCardProduct
transaction InternalTransactionDataModel
card_holder InternalUser
card InternalCard [optional]
context Hash<String, String> [optional]
write_cache Boolean [optional][default to false]
debug Boolean [optional][default to false]

Example

require 'marqeta'

instance = Marqeta::VelocityControlCheckRequest.new(
  card_product: null,
  transaction: null,
  card_holder: null,
  card: null,
  context: null,
  write_cache: null,
  debug: null
)