Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 647 Bytes

CardStatusObject.md

File metadata and controls

24 lines (18 loc) · 647 Bytes

Synctera::CardStatusObject

Properties

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]

Example

require 'synctera'

instance = Synctera::CardStatusObject.new(
  card_status: null,
  memo: null,
  pending_reasons: null,
  status_reason: null
)