Add a new 'Response' entry.
Response (ASBIE). An association to a reason for the Self Billed 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 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
ISelfBilledCreditNote..::..AddDiscrepancyResponse(IResponse)
See Also