Method: Plaid::IdentityVerificationGetRequest#client_id

Defined in:
lib/plaid/models/identity_verification_get_request.rb

#client_idObject

Your Plaid API ‘client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.



26
27
28
# File 'lib/plaid/models/identity_verification_get_request.rb', line 26

def client_id
  @client_id
end