Class DocumentConfig
java.lang.Object
de.codebarista.shopware.model.core.DocumentConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets thebankBic.Gets thebankIban.Gets thecomment.Gets thecompanyAddress.Gets thecompanyCity.Gets thecompanyEmail.Gets thecompanyName.Gets thecompanyPhone.Gets thecompanyStreet.Gets thecompanyZipcode.com.fasterxml.jackson.databind.JsonNodeGets thecustom.Gets thedocumentNumber.Gets theexecutiveDirector.getName()Gets thename.Gets theplaceOfJurisdiction.getVatId()Gets thevatId.booleanGets thedisplayCustomerVatId.booleanGets theenableIntraCommunitySupplyNote.booleanGets theintraCommunitySupply.
-
Constructor Details
-
DocumentConfig
public DocumentConfig()
-
-
Method Details
-
getName
Gets thename. -
getDocumentNumber
Gets thedocumentNumber. -
getCompanyName
Gets thecompanyName. -
getCompanyAddress
Gets thecompanyAddress. -
getCompanyStreet
Gets thecompanyStreet. -
getCompanyZipcode
Gets thecompanyZipcode. -
getCompanyCity
Gets thecompanyCity. -
getCompanyEmail
Gets thecompanyEmail. -
getCompanyPhone
Gets thecompanyPhone. -
getExecutiveDirector
Gets theexecutiveDirector. -
getVatId
Gets thevatId. -
getBankIban
Gets thebankIban. -
getBankBic
Gets thebankBic. -
getPlaceOfJurisdiction
Gets theplaceOfJurisdiction. -
isDisplayCustomerVatId
public boolean isDisplayCustomerVatId()Gets thedisplayCustomerVatId. -
getComment
Gets thecomment. -
getCustom
public com.fasterxml.jackson.databind.JsonNode getCustom()Gets thecustom. -
isEnableIntraCommunitySupplyNote
public boolean isEnableIntraCommunitySupplyNote()Gets theenableIntraCommunitySupplyNote. -
isIntraCommunitySupply
public boolean isIntraCommunitySupply()Gets theintraCommunitySupply.
-