class Postnord::FindByNotificationCode

Public Class Methods

mandatory_params() click to toggle source
# File lib/postnord/shipment.rb, line 44
def self.mandatory_params
  [
    'notificationPhoneNumber',
    'notificationCode',
  ]
end