uk
.
gov
.
hmrc
.
wco
.
dec
Declaration
Related Doc:
package dec
case class
Declaration
(
acceptanceDateTime:
Option
[
DateTimeElement
] =
None
,
functionCode:
Option
[
Int
] =
None
,
functionalReferenceId:
Option
[
String
] =
None
,
id:
Option
[
String
] =
None
,
issueDateTime:
Option
[
DateTimeElement
] =
None
,
issueLocationId:
Option
[
String
] =
None
,
typeCode:
Option
[
String
] =
None
,
goodsItemQuantity:
Option
[
Int
] =
None
,
declarationOfficeId:
Option
[
String
] =
None
,
invoiceAmount:
Option
[
Amount
] =
None
,
loadingListQuantity:
Option
[
Int
] =
None
,
totalGrossMassMeasure:
Option
[
Measure
] =
None
,
totalPackageQuantity:
Option
[
Int
] =
None
,
specificCircumstancesCode:
Option
[
String
] =
None
,
authentication:
Option
[
Authentication
] =
None
,
submitter:
Option
[
NamedEntityWithAddress
] =
None
,
additionalDocuments:
Seq
[
AdditionalDocument
] =
Seq.empty
,
additionalInformations:
Seq
[
AdditionalInformation
] =
Seq.empty
,
agent:
Option
[
Agent
] =
None
,
amendments:
Seq
[
Amendment
] =
Seq.empty
,
authorisationHolders:
Seq
[
AuthorisationHolder
] =
Seq.empty
,
borderTransportMeans:
Option
[
BorderTransportMeans
] =
None
,
currencyExchanges:
Seq
[
CurrencyExchange
] =
Seq.empty
,
declarant:
Option
[
ImportExportParty
] =
None
,
exitOffice:
Option
[
Office
] =
None
,
exporter:
Option
[
ImportExportParty
] =
None
,
goodsShipment:
Option
[
GoodsShipment
] =
None
,
obligationGuarantees:
Seq
[
ObligationGuarantee
] =
Seq.empty
,
presentationOffice:
Option
[
Office
] =
None
,
supervisingOffice:
Option
[
Office
] =
None
)
extends
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
Declaration
Serializable
Serializable
Product
Equals
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
Declaration
(
acceptanceDateTime:
Option
[
DateTimeElement
] =
None
,
functionCode:
Option
[
Int
] =
None
,
functionalReferenceId:
Option
[
String
] =
None
,
id:
Option
[
String
] =
None
,
issueDateTime:
Option
[
DateTimeElement
] =
None
,
issueLocationId:
Option
[
String
] =
None
,
typeCode:
Option
[
String
] =
None
,
goodsItemQuantity:
Option
[
Int
] =
None
,
declarationOfficeId:
Option
[
String
] =
None
,
invoiceAmount:
Option
[
Amount
] =
None
,
loadingListQuantity:
Option
[
Int
] =
None
,
totalGrossMassMeasure:
Option
[
Measure
] =
None
,
totalPackageQuantity:
Option
[
Int
] =
None
,
specificCircumstancesCode:
Option
[
String
] =
None
,
authentication:
Option
[
Authentication
] =
None
,
submitter:
Option
[
NamedEntityWithAddress
] =
None
,
additionalDocuments:
Seq
[
AdditionalDocument
] =
Seq.empty
,
additionalInformations:
Seq
[
AdditionalInformation
] =
Seq.empty
,
agent:
Option
[
Agent
] =
None
,
amendments:
Seq
[
Amendment
] =
Seq.empty
,
authorisationHolders:
Seq
[
AuthorisationHolder
] =
Seq.empty
,
borderTransportMeans:
Option
[
BorderTransportMeans
] =
None
,
currencyExchanges:
Seq
[
CurrencyExchange
] =
Seq.empty
,
declarant:
Option
[
ImportExportParty
] =
None
,
exitOffice:
Option
[
Office
] =
None
,
exporter:
Option
[
ImportExportParty
] =
None
,
goodsShipment:
Option
[
GoodsShipment
] =
None
,
obligationGuarantees:
Seq
[
ObligationGuarantee
] =
Seq.empty
,
presentationOffice:
Option
[
Office
] =
None
,
supervisingOffice:
Option
[
Office
] =
None
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
val
acceptanceDateTime
:
Option
[
DateTimeElement
]
val
additionalDocuments
:
Seq
[
AdditionalDocument
]
val
additionalInformations
:
Seq
[
AdditionalInformation
]
val
agent
:
Option
[
Agent
]
val
amendments
:
Seq
[
Amendment
]
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
val
authentication
:
Option
[
Authentication
]
val
authorisationHolders
:
Seq
[
AuthorisationHolder
]
val
borderTransportMeans
:
Option
[
BorderTransportMeans
]
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
currencyExchanges
:
Seq
[
CurrencyExchange
]
val
declarant
:
Option
[
ImportExportParty
]
val
declarationOfficeId
:
Option
[
String
]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
val
exitOffice
:
Option
[
Office
]
val
exporter
:
Option
[
ImportExportParty
]
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
val
functionCode
:
Option
[
Int
]
val
functionalReferenceId
:
Option
[
String
]
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
val
goodsItemQuantity
:
Option
[
Int
]
val
goodsShipment
:
Option
[
GoodsShipment
]
val
id
:
Option
[
String
]
val
invoiceAmount
:
Option
[
Amount
]
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
issueDateTime
:
Option
[
DateTimeElement
]
val
issueLocationId
:
Option
[
String
]
val
loadingListQuantity
:
Option
[
Int
]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
obligationGuarantees
:
Seq
[
ObligationGuarantee
]
val
presentationOffice
:
Option
[
Office
]
val
specificCircumstancesCode
:
Option
[
String
]
val
submitter
:
Option
[
NamedEntityWithAddress
]
val
supervisingOffice
:
Option
[
Office
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
totalGrossMassMeasure
:
Option
[
Measure
]
val
totalPackageQuantity
:
Option
[
Int
]
val
typeCode
:
Option
[
String
]
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
AnyRef
Inherited from
Any
Ungrouped