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

Latest commit

 

History

History
24 lines (18 loc) · 545 Bytes

CreateCacheRequestEntry.md

File metadata and controls

24 lines (18 loc) · 545 Bytes

Marqeta::CreateCacheRequestEntry

Properties

Name Type Description Notes
token String [optional]
send_webhook Boolean [optional][default to false]
send_tms Boolean [optional][default to false]
force_update Boolean [optional][default to false]

Example

require 'marqeta'

instance = Marqeta::CreateCacheRequestEntry.new(
  token: null,
  send_webhook: null,
  send_tms: null,
  force_update: null
)