public class Invoice extends Message
Modifier and Type | Field and Description |
---|---|
protected String |
account |
protected BigDecimal |
amount |
protected org.joda.time.LocalDate |
dueDate |
protected String |
kid |
authenticationLevel, digipostFileType, preEncrypt, recipient, senderId, sensitivityLevel, smsNotification, subject, uuid
Constructor and Description |
---|
Invoice() |
Invoice(String uuid,
String subject,
PersonalIdentificationNumber id,
SmsNotification smsVarsling,
AuthenticationLevel authenticationLevel,
SensitivityLevel sensitivityLevel,
FileType fileType,
String kid,
BigDecimal amount,
String account,
org.joda.time.LocalDate dueDate) |
Invoice(String uuid,
String subject,
RecipientIdentification recipient,
SmsNotification smsVarsling,
AuthenticationLevel authenticationLevel,
SensitivityLevel sensitivityLevel,
FileType fileType,
String kid,
BigDecimal amount,
String account,
org.joda.time.LocalDate dueDate) |
getAuthenticationLevel, getDigipostFileType, getRecipient, getSensitivityLevel, getSmsNotification, getSubject, getUuid, hasSubject, isDirectPrint, isPreEncrypt, isSameMessageAs, setDigipostFileType, setPreEncrypt, setPreEncrypt, setSenderId
protected String kid
protected BigDecimal amount
protected String account
protected org.joda.time.LocalDate dueDate
public Invoice()
public Invoice(String uuid, String subject, PersonalIdentificationNumber id, SmsNotification smsVarsling, AuthenticationLevel authenticationLevel, SensitivityLevel sensitivityLevel, FileType fileType, String kid, BigDecimal amount, String account, org.joda.time.LocalDate dueDate)
public Invoice(String uuid, String subject, RecipientIdentification recipient, SmsNotification smsVarsling, AuthenticationLevel authenticationLevel, SensitivityLevel sensitivityLevel, FileType fileType, String kid, BigDecimal amount, String account, org.joda.time.LocalDate dueDate)
Copyright © 2013 Digipost Open Source. All rights reserved.