Sha256: b63a568c5ee9533a547209edc45abee4bbe4fda9c652826b30c9d32ea231aaa1
Contents?: true
Size: 406 Bytes
Versions: 4
Compression:
Stored size: 406 Bytes
Contents
# 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 ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::ResponseRestrictions.new( is_past_due: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems