Add a new 'Response' entry. Response (ASBIE). An association to Discrepancy Response; the reason for the Credit.

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#
void AddDiscrepancyResponse(
	IResponse discrepancyResponse
)
Visual Basic
Sub AddDiscrepancyResponse ( 
	discrepancyResponse As IResponse
)
Visual C++
void AddDiscrepancyResponse(
	IResponse^ discrepancyResponse
)
F#
abstract AddDiscrepancyResponse : 
        discrepancyResponse : IResponse -> unit 

Parameters

discrepancyResponse
Type: Unimaze.Composer.Ubl2.Interfaces..::..IResponse
The IResponse to add.

See Also