SyncteraRubySdk::CardProductListResponseAllOf

Properties

Name Type Description Notes
card_products Array<CardProductResponse> Array of Card Products

Example

require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::CardProductListResponseAllOf.new(
  card_products: null
)