Class: EwayRapid::Models::VerificationResult

Inherits:
Object
  • Object
show all
Defined in:
lib/eway_rapid/models/models.rb

Overview

Contains the result of all the Beagle and Payment provider verification

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject

Currently unused



322
323
324
# File 'lib/eway_rapid/models/models.rb', line 322

def address
  @address
end

#beagle_emailObject

The result of the Beagle Verify email verification



331
332
333
# File 'lib/eway_rapid/models/models.rb', line 331

def beagle_email
  @beagle_email
end

#beagle_phoneObject

The result of the Beagle Verify phone verification



334
335
336
# File 'lib/eway_rapid/models/models.rb', line 334

def beagle_phone
  @beagle_phone
end

#cvnObject

Currently unused



320
321
322
# File 'lib/eway_rapid/models/models.rb', line 320

def cvn
  @cvn
end

#emailObject

Currently unused



324
325
326
# File 'lib/eway_rapid/models/models.rb', line 324

def email
  @email
end

#mobileObject

Currently unused



326
327
328
# File 'lib/eway_rapid/models/models.rb', line 326

def mobile
  @mobile
end

#phoneObject

Currently unused



328
329
330
# File 'lib/eway_rapid/models/models.rb', line 328

def phone
  @phone
end