public class Invoice extends Document
Modifier and Type | Field and Description |
---|---|
protected String |
account |
protected BigDecimal |
amount |
protected org.joda.time.LocalDate |
dueDate |
protected String |
kid |
authenticationLevel, contentHash, digipostFileType, emailNotification, getFileType, getUuid, isPreEncrypt, opened, openingReceipt, preEncrypt, preEncryptNoPages, sensitivityLevel, smsNotification, subject, uuid
links
Constructor and Description |
---|
Invoice(String uuid,
String subject,
FileType fileType,
String kid,
BigDecimal amount,
String account,
org.joda.time.LocalDate dueDate)
Constructor for just the required fields of a document.
|
Invoice(String uuid,
String subject,
FileType fileType,
String openingReceipt,
SmsNotification smsNotification,
EmailNotification emailNotification,
AuthenticationLevel authenticationLevel,
SensitivityLevel sensitivityLevel,
String kid,
BigDecimal amount,
String account,
org.joda.time.LocalDate dueDate) |
copyDocumentAndSetDigipostFileTypeToPdf, getAddContentLink, getDigipostFileType, getEncryptionKeyLink, getLinks, getPreEncryptNoPages, getTechnicalType, is, isOpened, isPreEncrypt, setContentHash, setDigipostFileType, setNoEncryptedPages, setPreEncrypt, technicalAttachment, toString
addLink, getLinkByRelationName
protected String kid
protected BigDecimal amount
protected String account
protected org.joda.time.LocalDate dueDate
public Invoice(String uuid, String subject, FileType fileType, String kid, BigDecimal amount, String account, org.joda.time.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, org.joda.time.LocalDate dueDate)
Copyright © 2015 Digipost Open Source. All rights reserved.