Class: JumioRock::MultiDocumentNetverifyParams
- Inherits:
-
NetverifyParams
- Object
- NetverifyParams
- JumioRock::MultiDocumentNetverifyParams
- Defined in:
- lib/jumio_rock/multi_document_netverify_params.rb
Instance Attribute Summary collapse
-
#authorizationTokenLifetime ⇒ Object
Returns the value of attribute authorizationTokenLifetime.
-
#callbackUrl ⇒ Object
Returns the value of attribute callbackUrl.
-
#clientIp ⇒ Object
Returns the value of attribute clientIp.
-
#customerID ⇒ Object
readonly
Returns the value of attribute customerID.
-
#documentType ⇒ Object
readonly
Returns the value of attribute documentType.
-
#errorUrl ⇒ Object
readonly
Returns the value of attribute errorUrl.
-
#merchantReportingCriteria ⇒ Object
Returns the value of attribute merchantReportingCriteria.
-
#merchantScanReference ⇒ Object
readonly
Returns the value of attribute merchantScanReference.
-
#successUrl ⇒ Object
readonly
Returns the value of attribute successUrl.
Instance Method Summary collapse
-
#initialize(document_type, merchant_scan_reference, customer_id, success_url, error_url) ⇒ MultiDocumentNetverifyParams
constructor
A new instance of MultiDocumentNetverifyParams.
Methods inherited from NetverifyParams
Constructor Details
#initialize(document_type, merchant_scan_reference, customer_id, success_url, error_url) ⇒ MultiDocumentNetverifyParams
Returns a new instance of MultiDocumentNetverifyParams.
8 9 10 11 12 13 14 |
# File 'lib/jumio_rock/multi_document_netverify_params.rb', line 8 def initialize(document_type, merchant_scan_reference, customer_id, success_url, error_url) @documentType = document_type @merchantScanReference = merchant_scan_reference @customerID = customer_id @successUrl = success_url @errorUrl = error_url end |
Instance Attribute Details
#authorizationTokenLifetime ⇒ Object
Returns the value of attribute authorizationTokenLifetime.
6 7 8 |
# File 'lib/jumio_rock/multi_document_netverify_params.rb', line 6 def end |
#callbackUrl ⇒ Object
Returns the value of attribute callbackUrl.
6 7 8 |
# File 'lib/jumio_rock/multi_document_netverify_params.rb', line 6 def callbackUrl @callbackUrl end |
#clientIp ⇒ Object
Returns the value of attribute clientIp.
6 7 8 |
# File 'lib/jumio_rock/multi_document_netverify_params.rb', line 6 def clientIp @clientIp end |
#customerID ⇒ Object (readonly)
Returns the value of attribute customerID.
5 6 7 |
# File 'lib/jumio_rock/multi_document_netverify_params.rb', line 5 def customerID @customerID end |
#documentType ⇒ Object (readonly)
Returns the value of attribute documentType.
5 6 7 |
# File 'lib/jumio_rock/multi_document_netverify_params.rb', line 5 def documentType @documentType end |
#errorUrl ⇒ Object (readonly)
Returns the value of attribute errorUrl.
5 6 7 |
# File 'lib/jumio_rock/multi_document_netverify_params.rb', line 5 def errorUrl @errorUrl end |
#merchantReportingCriteria ⇒ Object
Returns the value of attribute merchantReportingCriteria.
6 7 8 |
# File 'lib/jumio_rock/multi_document_netverify_params.rb', line 6 def merchantReportingCriteria @merchantReportingCriteria end |
#merchantScanReference ⇒ Object (readonly)
Returns the value of attribute merchantScanReference.
5 6 7 |
# File 'lib/jumio_rock/multi_document_netverify_params.rb', line 5 def merchantScanReference @merchantScanReference end |
#successUrl ⇒ Object (readonly)
Returns the value of attribute successUrl.
5 6 7 |
# File 'lib/jumio_rock/multi_document_netverify_params.rb', line 5 def successUrl @successUrl end |