Name | Type | Description | Notes |
---|---|---|---|
token | String | [optional] | |
id | Integer | [optional] | |
card_product_config | Hash<String, String> | [optional] |
require 'marqeta'
instance = Marqeta::InternalCardProduct.new(
token: null,
id: null,
card_product_config: null
)