Gets a 'Response' entry.
Response (ASBIE). An association to a reason for the Credit Note as a whole.
Namespace: Unimaze.Composer.Ubl2Assembly: 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 |
Return Value
Type:
IResponseThe indexed
IResponse object.
Implements
ICreditNote..::..GetDiscrepancyResponse(Int32)
See Also