Sha256: d4b3e17db5214bff595f51fedf0077977e9257d3d3cef864f107d677076362f2
Contents?: true
Size: 898 Bytes
Versions: 4
Compression:
Stored size: 898 Bytes
Contents
# SyncteraRubySdk::CardImageDetails ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **card_product_id** | **String** | The unique identifier of a cards product | | | **customer_id** | **String** | The unique identifier of a customer | | | **id** | **String** | The unique identifier of a card image | | | **rejection_memo** | **String** | | [optional] | | **rejection_reason** | [**CardImageRejectionReason**](CardImageRejectionReason.md) | | [optional] | | **status** | [**CardImageStatus**](CardImageStatus.md) | | | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::CardImageDetails.new( card_product_id: 7d943c51-e4ff-4e57-9558-08cab6b963c7, customer_id: 7d943c51-e4ff-4e57-9558-08cab6b963c7, id: 7d943c51-e4ff-4e57-9558-08cab6b963c7, rejection_memo: null, rejection_reason: null, status: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems