Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 649 Bytes

VerifyResponse.md

File metadata and controls

22 lines (16 loc) · 649 Bytes

Synctera::VerifyResponse

Properties

Name Type Description Notes
next_page_token String If returned, use the next_page_token to query for the next page of results. Not returned if there are no more rows. [optional]
verification_status VerificationStatus
verifications Array<Verification> Array of verification results.

Example

require 'synctera'

instance = Synctera::VerifyResponse.new(
  next_page_token: a8937a0d,
  verification_status: null,
  verifications: null
)