Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 649 Bytes

IdentityVerificationListBankModel.md

File metadata and controls

24 lines (18 loc) · 649 Bytes

CybridApiBank::IdentityVerificationListBankModel

Properties

Name Type Description Notes
total Integer The total number of records available.
page Integer The page index to retrieve.
per_page Integer The number of entities per page to return.
objects Array<IdentityVerificationBankModel>

Example

require 'cybrid_api_bank_ruby'

instance = CybridApiBank::IdentityVerificationListBankModel.new(
  total: null,
  page: null,
  per_page: null,
  objects: null
)