PaymentMeansExtension (Extn)
Used to specify information about ATM payments in Portugal.
Element
| Name (Path) | Description | 
|---|---|
| ATM Payment Entity ( Invoice/PaymentMeans/UBLExtensions/UBLExtension/ExtensionContent/ PaymentMeansExtension/ATMPaymentEntity) | ATM payment entity. | 
Country-Specific configuration
Example
<ubl:Invoice>
    <!-- Code omitted for clarity -->
    <cac:PaymentMeans>
        <cec:UBLExtensions>
            <cec:UBLExtension>
                <cec:ExtensionContent>
                    <vrbl:PaymentMeansExtension>
                        <vrbl:ATMPaymentEntity>12345</vrbl:ATMPaymentEntity>
                    </vrbl:PaymentMeansExtension>
                </cec:ExtensionContent>
            </cec:UBLExtension>
        </cec:UBLExtensions>
        <cbc:PaymentMeansCode>VRBL:PT:MB</cbc:PaymentMeansCode>
        <cbc:PaymentMeansDescription>Valor total do documento</cbc:PaymentMeansDescription>
        <cbc:PaymentID>01234566</cbc:PaymentID> 
    </cac:PaymentMeans>
     <!-- Code omitted for clarity -->
</ubl:Invoice>
Updated 4 months ago
