Add a new 'Response' entry.
Response (ASBIE). An association to Discrepancy Response; the reason for the Debit.
Namespace: Unimaze.Composer.Ubl2.ComponentsAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
public void AddDiscrepancyResponse(
IResponse discrepancyResponse
) |
| Visual Basic |
|---|
Public Sub AddDiscrepancyResponse (
discrepancyResponse As IResponse
) |
| Visual C++ |
|---|
public:
virtual void AddDiscrepancyResponse(
IResponse^ discrepancyResponse
) sealed |
| F# |
|---|
abstract AddDiscrepancyResponse :
discrepancyResponse : IResponse -> unit
override AddDiscrepancyResponse :
discrepancyResponse : IResponse -> unit |
Implements
IDebitNoteLine..::..AddDiscrepancyResponse(IResponse)
See Also