Class: JumioRock::EmbedNetverifyParams

Inherits:
NetverifyParams show all
Defined in:
lib/jumio_rock/embed_netverify_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from NetverifyParams

#to_json

Constructor Details

#initialize(scan_reference, success_url, error_url) ⇒ EmbedNetverifyParams

Returns a new instance of EmbedNetverifyParams.



10
11
12
13
14
# File 'lib/jumio_rock/embed_netverify_params.rb', line 10

def initialize(scan_reference, success_url, error_url)
  @merchantIdScanReference = scan_reference
  @successUrl = success_url
  @errorUrl = error_url
end

Instance Attribute Details

#additionalInformationObject

Returns the value of attribute additionalInformation.



6
7
8
# File 'lib/jumio_rock/embed_netverify_params.rb', line 6

def additionalInformation
  @additionalInformation
end

#authorizationTokenLifetimeObject

Returns the value of attribute authorizationTokenLifetime.



6
7
8
# File 'lib/jumio_rock/embed_netverify_params.rb', line 6

def authorizationTokenLifetime
  @authorizationTokenLifetime
end

#callbackUrlObject

Returns the value of attribute callbackUrl.



6
7
8
# File 'lib/jumio_rock/embed_netverify_params.rb', line 6

def callbackUrl
  @callbackUrl
end

#captureMethodObject

Returns the value of attribute captureMethod.



6
7
8
# File 'lib/jumio_rock/embed_netverify_params.rb', line 6

def captureMethod
  @captureMethod
end

#clientIpObject

Returns the value of attribute clientIp.



6
7
8
# File 'lib/jumio_rock/embed_netverify_params.rb', line 6

def clientIp
  @clientIp
end

#countryObject

Returns the value of attribute country.



6
7
8
# File 'lib/jumio_rock/embed_netverify_params.rb', line 6

def country
  @country
end

#customerIdObject

Returns the value of attribute customerId.



6
7
8
# File 'lib/jumio_rock/embed_netverify_params.rb', line 6

def customerId
  @customerId
end

#dobObject

Returns the value of attribute dob.



6
7
8
# File 'lib/jumio_rock/embed_netverify_params.rb', line 6

def dob
  @dob
end

#enabledFieldsObject

Returns the value of attribute enabledFields.



6
7
8
# File 'lib/jumio_rock/embed_netverify_params.rb', line 6

def enabledFields
  @enabledFields
end

#errorUrlObject (readonly)

Returns the value of attribute errorUrl.



5
6
7
# File 'lib/jumio_rock/embed_netverify_params.rb', line 5

def errorUrl
  @errorUrl
end

#expiryObject

Returns the value of attribute expiry.



6
7
8
# File 'lib/jumio_rock/embed_netverify_params.rb', line 6

def expiry
  @expiry
end

#firstNameObject

Returns the value of attribute firstName.



6
7
8
# File 'lib/jumio_rock/embed_netverify_params.rb', line 6

def firstName
  @firstName
end

#idTypeObject

Returns the value of attribute idType.



6
7
8
# File 'lib/jumio_rock/embed_netverify_params.rb', line 6

def idType
  @idType
end

#lastNameObject

Returns the value of attribute lastName.



6
7
8
# File 'lib/jumio_rock/embed_netverify_params.rb', line 6

def lastName
  @lastName
end

#localeObject

Returns the value of attribute locale.



6
7
8
# File 'lib/jumio_rock/embed_netverify_params.rb', line 6

def locale
  @locale
end

#merchantIdScanReferenceObject (readonly)

Returns the value of attribute merchantIdScanReference.



5
6
7
# File 'lib/jumio_rock/embed_netverify_params.rb', line 5

def merchantIdScanReference
  @merchantIdScanReference
end

#merchantReportingCriteriaObject

Returns the value of attribute merchantReportingCriteria.



6
7
8
# File 'lib/jumio_rock/embed_netverify_params.rb', line 6

def merchantReportingCriteria
  @merchantReportingCriteria
end

#mrzCheckObject

Returns the value of attribute mrzCheck.



6
7
8
# File 'lib/jumio_rock/embed_netverify_params.rb', line 6

def mrzCheck
  @mrzCheck
end

#numberObject

Returns the value of attribute number.



6
7
8
# File 'lib/jumio_rock/embed_netverify_params.rb', line 6

def number
  @number
end

#personalNumberObject

Returns the value of attribute personalNumber.



6
7
8
# File 'lib/jumio_rock/embed_netverify_params.rb', line 6

def personalNumber
  @personalNumber
end

#successUrlObject (readonly)

Returns the value of attribute successUrl.



5
6
7
# File 'lib/jumio_rock/embed_netverify_params.rb', line 5

def successUrl
  @successUrl
end

#usStateObject

Returns the value of attribute usState.



6
7
8
# File 'lib/jumio_rock/embed_netverify_params.rb', line 6

def usState
  @usState
end