PayeeParty

Use the PayeeParty element to model the payee's information.

See Payees

Details

ElementValue
NamePayeeParty
ComponentTypeASBIE
DictionaryEntryNameInvoice.Payee_Party.Party
DefinitionThe payee.
Cardinality0..1
ObjectClassInvoice
PropertyTermQualifierPayee
PropertyTermParty
AssociatedObjectClassParty
RepresentationTermParty
minOccurs0
maxOccurs1

Elements

ElementDescription
PartyIdentification/IDThe identifier of the party.
PartyIdentification/ID @schemeIDThe attribute that
PartyName/NameThe 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>