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

Latest commit

 

History

History
26 lines (20 loc) · 568 Bytes

BinPanIssuedCountResponse.md

File metadata and controls

26 lines (20 loc) · 568 Bytes

Marqeta::BinPanIssuedCountResponse

Properties

Name Type Description Notes
created_time Time yyyy-MM-ddTHH:mm:ssZ
last_modified_time Time yyyy-MM-ddTHH:mm:ssZ
bin_hash String
count Integer
max_cards Integer [optional]

Example

require 'marqeta'

instance = Marqeta::BinPanIssuedCountResponse.new(
  created_time: null,
  last_modified_time: null,
  bin_hash: null,
  count: null,
  max_cards: null
)