Sha256: 899debcecc4ab3de58b9e3420cf3f8781b231751fa45c5af7936183ce693bb6e
Contents?: true
Size: 512 Bytes
Versions: 4
Compression:
Stored size: 512 Bytes
Contents
# SyncteraRubySdk::PhysicalCardResponseAllOf ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **bin** | **String** | The bin number | [optional] | | **card_brand** | [**CardBrand**](CardBrand.md) | | | | **physical_card_format** | [**PhysicalCardFormat**](PhysicalCardFormat.md) | | | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::PhysicalCardResponseAllOf.new( bin: null, card_brand: null, physical_card_format: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems