SyncteraRubySdk::ResponseRestrictions

Properties

Name Type Description Notes
is_past_due Boolean A flag to indicate whether the account is past due. Can only be set by the Synctera platform. [optional]

Example

require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::ResponseRestrictions.new(
  is_past_due: null
)