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

InternalCardProduct.md

File metadata and controls

22 lines (16 loc) · 431 Bytes

Marqeta::InternalCardProduct

Properties

Name Type Description Notes
token String [optional]
id Integer [optional]
card_product_config Hash<String, String> [optional]

Example

require 'marqeta'

instance = Marqeta::InternalCardProduct.new(
  token: null,
  id: null,
  card_product_config: null
)