SyncteraRubySdk::UpdateCardImageRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| rejection_memo | String | [optional] | |
| rejection_reason | CardImageRejectionReason | [optional] | |
| status | CardImageStatus |
Example
require 'synctera_ruby_sdk'
instance = SyncteraRubySdk::UpdateCardImageRequest.new(
rejection_memo: null,
rejection_reason: null,
status: null
)