Name | Type | Description | Notes |
---|---|---|---|
card_status | CardStatus | ||
memo | String | Additional details about the reason for the status change | [optional] |
pending_reasons | CardStatusPendingReasons | [optional] | |
status_reason | CardStatusReasonCode | [optional] |
require 'synctera'
instance = Synctera::CardStatusObject.new(
card_status: null,
memo: null,
pending_reasons: null,
status_reason: null
)