Gets a 'Response' entry. Response (ASBIE). An association to a reason for the Debit Note as a whole.

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

Syntax

C#
public IResponse GetDiscrepancyResponse(
	int index
)
Visual Basic
Public Function GetDiscrepancyResponse ( 
	index As Integer
) As IResponse
Visual C++
public:
virtual IResponse^ GetDiscrepancyResponse(
	int index
) sealed
F#
abstract GetDiscrepancyResponse : 
        index : int -> IResponse 
override GetDiscrepancyResponse : 
        index : int -> IResponse 

Parameters

index
Type: System..::..Int32
The index of the IResponse to get.

Return Value

Type: IResponse
The indexed IResponse object.

Implements

IDebitNote..::..GetDiscrepancyResponse(Int32)

See Also