SyncteraRubySdk::PhysicalCardResponseAllOf

Properties

Name Type Description Notes
bin String The bin number [optional]
card_brand CardBrand
physical_card_format PhysicalCardFormat

Example

require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::PhysicalCardResponseAllOf.new(
  bin: null,
  card_brand: null,
  physical_card_format: null
)