Interface Ship-To Alt. Cust. VAT Reg.

App
Base Application
Namespace
Microsoft.Finance.VAT.Registration
Versions
25-28

Procedures, 1

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/Finance/VAT/Registration/ShipToAltCustVATReg.Interface.al21 lines, Copyright (c) Microsoft Corporation. MIT

// ------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------
namespace Microsoft.Finance.VAT.Registration;

using Microsoft.Sales.Customer;

/// <summary>
/// The interface provides methods to handle the alternative customer VAT registration in the ship-to address.
/// </summary>
interface "Ship-To Alt. Cust. VAT Reg."
{
    Access = Public;

    /// <summary>
    /// Handles the relation to the alternative customer VAT registration when the country/region code is changed in the ship-to address.
    /// </summary>
    /// <param name="ShipToAddress">The current ship-to address record</param>
    procedure HandleCountryChangeInShipToAddress(ShipToAddress: Record "Ship-to Address")
}