Method: MC2P::NotificationData#type

Defined in:
lib/notification.rb

#typeObject

Returns: type of payment



29
30
31
# File 'lib/notification.rb', line 29

def type
  @json_body['type']
end