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

CardInventoryResponse.md

File metadata and controls

24 lines (18 loc) · 489 Bytes

Marqeta::CardInventoryResponse

Properties

Name Type Description Notes
created_time Time yyyy-MM-ddTHH:mm:ssZ
token String [optional]
package_id String
starting_inventory Integer

Example

require 'marqeta'

instance = Marqeta::CardInventoryResponse.new(
  created_time: null,
  token: null,
  package_id: null,
  starting_inventory: null
)