SyncteraRubySdk::VirtualCardResponseAllOf

Properties

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

Example

require 'synctera_ruby_sdk'

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