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



362
363
364
# File 'lib/eway_rapid/models/models.rb', line 362

def address
  @address
end

#beagle_emailObject

The result of the Beagle Verify email verification



371
372
373
# File 'lib/eway_rapid/models/models.rb', line 371

def beagle_email
  @beagle_email
end

#beagle_phoneObject

The result of the Beagle Verify phone verification



374
375
376
# File 'lib/eway_rapid/models/models.rb', line 374

def beagle_phone
  @beagle_phone
end

#cvnObject

Currently unused



360
361
362
# File 'lib/eway_rapid/models/models.rb', line 360

def cvn
  @cvn
end

#emailObject

Currently unused



364
365
366
# File 'lib/eway_rapid/models/models.rb', line 364

def email
  @email
end

#mobileObject

Currently unused



366
367
368
# File 'lib/eway_rapid/models/models.rb', line 366

def mobile
  @mobile
end

#phoneObject

Currently unused



368
369
370
# File 'lib/eway_rapid/models/models.rb', line 368

def phone
  @phone
end