PrimaryConnectClient::Provider Properties Name Type Description Notes identifier Identifier [optional] npi String [optional] name Name [optional] credentials Array<String> List of credentials for the provider. e.g. MD, PhD [optional] address Address [optional] email_addresses Array<String> [optional] phone_numbers Array<PhoneNumber> [optional] location Location [optional] Example require 'primary_connect_client' instance = PrimaryConnectClient::Provider.new( identifier: null, npi: 1234567890, name: null, credentials: null, address: null, email_addresses: null, phone_numbers: null, location: null )