SyncteraRubySdk::CardListResponseAllOf

Properties

Name Type Description Notes
cards Array<CardResponse> Array of Cards

Example

require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::CardListResponseAllOf.new(
  cards: null
)