Application Response (ABIE).

Namespace: Unimaze.Composer.Ubl2.Interfaces
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
public interface IApplicationResponse
Visual Basic
Public Interface IApplicationResponse
Visual C++
public interface class IApplicationResponse
F#
type IApplicationResponse =  interface end

Remarks

A document to indicate the application's response to a transaction. This may be a business response and/or a technical response, sent automatically by an application or initiated by a user.

See Also