Class: CorePro::Models::CustomerMessage

Inherits:
JsonBase
  • Object
show all
Defined in:
lib/corepro/models/customer_message.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from JsonBase

#from_json!, #is_hash?, #to_hash, #to_json

Instance Attribute Details

#verificationIdObject

Returns the value of attribute verificationId.



6
7
8
# File 'lib/corepro/models/customer_message.rb', line 6

def verificationId
  @verificationId
end

#verificationMessageObject

Returns the value of attribute verificationMessage.



7
8
9
# File 'lib/corepro/models/customer_message.rb', line 7

def verificationMessage
  @verificationMessage
end