Name | Type | Description | Notes |
---|---|---|---|
created_time | Time | yyyy-MM-ddTHH:mm:ssZ | |
token | String | [optional] | |
package_id | String | ||
starting_inventory | Integer |
require 'marqeta'
instance = Marqeta::CardInventoryResponse.new(
created_time: null,
token: null,
package_id: null,
starting_inventory: null
)