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

Version Path
synctera_ruby_sdk-1.1.3 docs/UpdateCardImageRequest.md
synctera_ruby_sdk-1.1.2 docs/UpdateCardImageRequest.md
synctera_ruby_sdk-1.1.1 docs/UpdateCardImageRequest.md
synctera_ruby_sdk-1.0.0 docs/UpdateCardImageRequest.md