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(String uuid,
String subject,
FileType fileType,
String kid,
BigDecimal amount,
String account,
LocalDate dueDate)
Constructor for just the required fields of a document.
|
Invoice(String uuid,
String subject,
FileType fileType,
String kid,
BigDecimal amount,
String account,
LocalDate dueDate,
Boolean opened,
String technicalType,
AuthenticationLevel authenticationLevel) |
Invoice(String uuid,
String subject,
FileType fileType,
String openingReceipt,
SmsNotification smsNotification,
EmailNotification emailNotification,
AuthenticationLevel authenticationLevel,
SensitivityLevel sensitivityLevel,
String kid,
BigDecimal amount,
String account,
LocalDate dueDate) |
Invoice(String 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, 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(String uuid, String subject, FileType fileType, String kid, BigDecimal amount, String account, LocalDate dueDate)
public Invoice(String uuid, String subject, FileType fileType, String kid, BigDecimal amount, String account, LocalDate dueDate, Boolean opened, String technicalType, AuthenticationLevel authenticationLevel)
public Invoice(String 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(String 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 © 2017 Digipost. All rights reserved.