Online OIOUBL Dokumentation
|
StatementLine
|
|
StatementLine specification
Name |
StatementLine
(Show as PDF)
|
Alternative Term |
|
Definition |
|
|
Fields
UBL-Name |
Name |
Datatype |
Usage |
Cardinality |
ID |
ID |
Identifier
|
Yes |
1 |
Definition |
Identification for StatementLine |
|
Note |
Note |
Text
|
Yes |
0..1 |
Definition |
Free text form applying to StatementLine. This element may contain notes or any other similar information that is not contained explicitly in another structure. |
|
UUID |
UUID |
Identifier
|
Bilateral |
0..1 |
Definition |
A computer-generated universally unique identifier (UUID) for the Statement Line instance |
|
BalanceBroughtForwardIndicator |
BalanceBroughtForwardIndicator |
Indicator
|
Yes |
0..1 |
Definition |
Indicates (TRUE) that StatementLine contains a transferred balance |
|
DebitLineAmount |
DebitLineAmount |
Amount
|
Yes |
0..1 |
Definition |
The amount debited on StatementLine |
Businessrules |
Either Debet or Credit amount is required |
Dependency |
../CreditLineAmount |
|
CreditLineAmount |
CreditLineAmount |
Amount
|
Yes |
0..1 |
Definition |
The amount credited on StatementLine |
Businessrules |
Either Debet or Credit amount is required |
Dependency |
../DebitLineAmount |
|
BalanceAmount |
BalanceAmount |
Amount
|
Yes |
0..1 |
Definition |
The Balance amount on StatementLine |
|
|
Subclasses in class StatementLine
UBL-Name |
Name |
Usage |
Cardinality |
Reference to the printed documentation |
See also |
PaymentMeans |
PaymentMeans |
Yes |
0..1 |
Common Library, 3.76 |
OIOUBL_GUIDE_BETALING
|
Definition |
An association to Payment Means |
Datatype |
PaymentMeans
|
|
PaymentTerms |
PaymentTerms |
Yes |
0..n |
Common Library, 3.77 |
OIOUBL_GUIDE_BETALING
|
Definition |
An association to Payment Terms. |
Datatype |
PaymentTerms
|
|
BuyerCustomerParty |
BuyerCustomerParty |
Yes |
0..1 |
Common Library, 3.27 |
OIOUBL_GUIDE_PART
|
|
SellerSupplierParty |
SellerSupplierParty |
Yes |
0..1 |
Common Library, 3.100 |
OIOUBL_GUIDE_PART
|
|
OriginatorCustomerParty |
OriginatorCustomerParty |
Yes |
0..1 |
Common Library, 3.27 |
OIOUBL_GUIDE_PART
|
Definition |
An association to OriginatorCustomer |
Datatype |
CustomerParty
|
|
AccountingCustomerParty |
AccountingCustomerParty |
Yes |
0..1 |
Common Library, 3.27 |
OIOUBL_GUIDE_PART
|
Definition |
An association to AccountingCustomerParty |
Datatype |
CustomerParty
|
|
AccountingSupplierParty |
AccountingSupplierParty |
Yes |
0..1 |
Common Library, 3.100 |
OIOUBL_GUIDE_PART
|
Definition |
An association to AccountingSupplierParty |
Datatype |
SupplierParty
|
|
PayeeParty |
PayeeParty |
Yes |
0..1 |
Common Library, 3.70 |
|
Definition |
An association to PayeeParty |
Datatype |
Party
|
|
InvoicePeriod |
InvoicePeriod |
Yes |
0..1 |
Common Library, 3.78 |
|
Definition |
An association to InvoicePeriod |
Datatype |
Period
|
|
BillingReference |
BillingReference |
Yes |
0..n |
Common Library, 3.6 |
|
|
DocumentReference |
DocumentReference |
Yes |
0..n |
Common Library, 3.36 |
|
Definition |
An association to Documentreference to invoice, creditnote, reminder or payment (payment/payout) |
Datatype |
DocumentReference
|
|
ExchangeRate |
ExchangeRate |
Yes |
0..1 |
Common Library, 3.40 |
OIOUBL_GUIDE_VALUTA
|
Definition |
An association to ExchangeRate (between the currency for StatementLine and the currency for the related document) |
Datatype |
ExchangeRate
|
|
|
Example<cac:StatementLine >
<cbc:ID >1</cbc:ID>
<cbc:BalanceBroughtForwardIndicator >false</cbc:BalanceBroughtForwardIndicator>
<cbc:DebitLineAmount currencyID="DKK" >1000.00</cbc:DebitLineAmount>
<cbc:CreditLineAmount currencyID="DKK" >1000.00</cbc:CreditLineAmount>
<cbc:BalanceAmount currencyID="DKK" >0.00</cbc:BalanceAmount>
</cac:StatementLine>
|
|
|