Sha256: 00cc6f8810482b657b4401efc4496eeb77bc15ba46b160ad907494660f8955ca
Contents?: true
Size: 532 Bytes
Versions: 4
Compression:
Stored size: 532 Bytes
Contents
# SyncteraRubySdk::UpdateCardImageRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **rejection_memo** | **String** | | [optional] | | **rejection_reason** | [**CardImageRejectionReason**](CardImageRejectionReason.md) | | [optional] | | **status** | [**CardImageStatus**](CardImageStatus.md) | | | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::UpdateCardImageRequest.new( rejection_memo: null, rejection_reason: null, status: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems