public class Invoice extends Document
Modifier and Type | Field and Description |
---|---|
protected String |
account |
protected BigDecimal |
amount |
protected LocalDate |
dueDate |
protected String |
kid |
authenticationLevel, contentHash, dataType, digipostFileType, emailNotification, encrypted, opened, openingReceipt, sensitivityLevel, smsNotification, subject, uuid
links
Constructor and Description |
---|
Invoice(UUID uuid,
String subject,
FileType fileType,
String kid,
BigDecimal amount,
String account,
LocalDate dueDate)
Constructor for just the required fields of a document.
|
Invoice(UUID uuid,
String subject,
FileType fileType,
String kid,
BigDecimal amount,
String account,
LocalDate dueDate,
Boolean opened,
String technicalType,
AuthenticationLevel authenticationLevel) |
Invoice(UUID uuid,
String subject,
FileType fileType,
String openingReceipt,
SmsNotification smsNotification,
EmailNotification emailNotification,
AuthenticationLevel authenticationLevel,
SensitivityLevel sensitivityLevel,
String kid,
BigDecimal amount,
String account,
LocalDate dueDate) |
Invoice(UUID uuid,
String subject,
FileType fileType,
String openingReceipt,
SmsNotification smsNotification,
EmailNotification emailNotification,
AuthenticationLevel authenticationLevel,
SensitivityLevel sensitivityLevel,
String kid,
BigDecimal amount,
String account,
LocalDate dueDate,
Boolean opened,
String... technicalType) |
copyDocumentAndSetDigipostFileTypeToPdf, encrypt, getAddContentLink, getAddDataLink, getDataType, getDigipostFileType, getEncrypted, getEncryptionKeyLink, getLinks, getTechnicalType, is, isOpened, setContentHash, setDigipostFileType, setNumberOfEncryptedPages, technicalAttachment, toString, willBeEncrypted
addLink, getLinkByRelationName
protected String kid
protected BigDecimal amount
protected String account
protected LocalDate dueDate
public Invoice(UUID uuid, String subject, FileType fileType, String kid, BigDecimal amount, String account, LocalDate dueDate)
public Invoice(UUID uuid, String subject, FileType fileType, String kid, BigDecimal amount, String account, LocalDate dueDate, Boolean opened, String technicalType, AuthenticationLevel authenticationLevel)
public Invoice(UUID uuid, String subject, FileType fileType, String openingReceipt, SmsNotification smsNotification, EmailNotification emailNotification, AuthenticationLevel authenticationLevel, SensitivityLevel sensitivityLevel, String kid, BigDecimal amount, String account, LocalDate dueDate)
public Invoice(UUID uuid, String subject, FileType fileType, String openingReceipt, SmsNotification smsNotification, EmailNotification emailNotification, AuthenticationLevel authenticationLevel, SensitivityLevel sensitivityLevel, String kid, BigDecimal amount, String account, LocalDate dueDate, Boolean opened, String... technicalType)
Copyright © 2019 Digipost. All rights reserved.