Invoice(String messageId,
String subject,
PersonalIdentificationNumber id,
SmsNotification smsVarsling,
AuthenticationLevel authenticationLevel,
SensitivityLevel sensitivityLevel,
String kid,
BigDecimal amount,
String account,
org.joda.time.LocalDate dueDate) |
Invoice(String messageId,
String subject,
RecipientIdentification recipient,
SmsNotification smsVarsling,
AuthenticationLevel authenticationLevel,
SensitivityLevel sensitivityLevel,
String kid,
BigDecimal amount,
String account,
org.joda.time.LocalDate dueDate) |
Message(String messageId,
String subject,
DigipostAddress digipostAdress,
SmsNotification smsVarsling,
AuthenticationLevel authenticationLevel,
SensitivityLevel sensitivityLevel) |
Message(String messageId,
String subject,
NameAndAddress nameAndAddress,
SmsNotification smsVarsling,
AuthenticationLevel authenticationLevel,
SensitivityLevel sensitivityLevel) |
Message(String messageId,
String subject,
PersonalIdentificationNumber id,
SmsNotification smsVarsling,
AuthenticationLevel authenticationLevel,
SensitivityLevel sensitivityLevel) |
Message(String messageId,
String subject,
RecipientIdentification recipient,
SmsNotification smsVarsling,
AuthenticationLevel authenticationLevel,
SensitivityLevel sensitivityLevel) |