PayeeParty
Use the PayeeParty element to model the payee's information.
See Payees
Details
Element | Value |
---|---|
Name | PayeeParty |
ComponentType | ASBIE |
DictionaryEntryName | Invoice.Payee_Party.Party |
Definition | The payee. |
Cardinality | 0..1 |
ObjectClass | Invoice |
PropertyTermQualifier | Payee |
PropertyTerm | Party |
AssociatedObjectClass | Party |
RepresentationTerm | Party |
minOccurs | 0 |
maxOccurs | 1 |
Elements
Element | Description |
---|---|
PartyIdentification/ID | The identifier of the party. |
PartyIdentification/ID @schemeID | The attribute that |
PartyName/Name | The payee's name. |
Example
<cac:PayeeParty>
<cac:PartyIdentification>
<cbc:ID schemeID="0088">9876543210128</cbc:ID>
</cac:PartyIdentification>
<cac:PartyName>
<cbc:Name>[Payee name]</cbc:Name>
</cac:PartyName>
</cac:PayeeParty>
Updated about 2 months ago